Implement Toggler widget for iced_native

This commit is contained in:
Kaiden42 2020-09-19 18:44:27 +02:00 committed by Héctor Ramón
parent 1dce929dfc
commit 52a185fbab
10 changed files with 452 additions and 4 deletions

View file

@ -36,6 +36,7 @@ pub mod space;
pub mod svg;
pub mod text;
pub mod text_input;
pub mod toggler;
pub mod tooltip;
#[doc(no_inline)]
@ -73,6 +74,8 @@ pub use text::Text;
#[doc(no_inline)]
pub use text_input::TextInput;
#[doc(no_inline)]
pub use toggler::Toggler;
#[doc(no_inline)]
pub use tooltip::Tooltip;
use crate::event::{self, Event};