Remove Renderer trait for Checkbox
This commit is contained in:
parent
b6ae87ae55
commit
7c08c6bd13
8 changed files with 40 additions and 82 deletions
|
|
@ -6,4 +6,4 @@ pub use iced_graphics::checkbox::{Style, StyleSheet};
|
|||
/// A box that can be checked.
|
||||
///
|
||||
/// This is an alias of an `iced_native` checkbox with an `iced_wgpu::Renderer`.
|
||||
pub type Checkbox<Message> = iced_native::Checkbox<Message, Renderer>;
|
||||
pub type Checkbox<'a, Message> = iced_native::Checkbox<'a, Message, Renderer>;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue