summaryrefslogtreecommitdiffstats
path: root/pure/src/widget.rs
diff options
context:
space:
mode:
Diffstat (limited to 'pure/src/widget.rs')
-rw-r--r--pure/src/widget.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/pure/src/widget.rs b/pure/src/widget.rs
index 009741a8..1c0633a6 100644
--- a/pure/src/widget.rs
+++ b/pure/src/widget.rs
@@ -10,6 +10,7 @@ mod scrollable;
mod slider;
mod text;
mod text_input;
+mod toggler;
mod tree;
pub use button::Button;
@@ -23,6 +24,7 @@ pub use scrollable::Scrollable;
pub use slider::Slider;
pub use text::Text;
pub use text_input::TextInput;
+pub use toggler::Toggler;
pub use tree::Tree;
use iced_native::event::{self, Event};