Change GitHub namespace to new org for all files

This commit is contained in:
LordRatte 2021-12-23 09:34:37 +02:00 committed by Héctor Ramón Jiménez
parent d19858bce8
commit ff2a470fd8
No known key found for this signature in database
GPG key ID: 140CC052C94F138E
36 changed files with 122 additions and 122 deletions

View file

@ -32,7 +32,7 @@ pub use iced_style::checkbox::{Style, StyleSheet};
/// Checkbox::new(is_checked, "Toggle me!", Message::CheckboxToggled);
/// ```
///
/// ![Checkbox drawn by `iced_wgpu`](https://github.com/hecrj/iced/blob/7760618fb112074bc40b148944521f312152012a/docs/images/checkbox.png?raw=true)
/// ![Checkbox drawn by `iced_wgpu`](https://github.com/iced-rs/iced/blob/7760618fb112074bc40b148944521f312152012a/docs/images/checkbox.png?raw=true)
#[allow(missing_debug_implementations)]
pub struct Checkbox<'a, Message, Renderer: text::Renderer> {
is_checked: bool,