fix format
This commit is contained in:
parent
88da268724
commit
bab71971fb
1 changed files with 2 additions and 2 deletions
|
|
@ -4,6 +4,6 @@ use crate::Renderer;
|
||||||
pub use iced_graphics::toggler::{Style, StyleSheet};
|
pub use iced_graphics::toggler::{Style, StyleSheet};
|
||||||
|
|
||||||
/// A toggler that can be toggled.
|
/// A toggler that can be toggled.
|
||||||
///
|
///
|
||||||
/// This is an alias of an `iced_native` checkbox with an `iced_wgpu::Renderer`.
|
/// This is an alias of an `iced_native` checkbox with an `iced_wgpu::Renderer`.
|
||||||
pub type Toggler<Message> = iced_native::Toggler<Message, Renderer>;
|
pub type Toggler<Message> = iced_native::Toggler<Message, Renderer>;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue