summaryrefslogtreecommitdiffstats
path: root/style/src/lib.rs
diff options
context:
space:
mode:
authorLibravatar Kaiden42 <gitlab@tinysn.com>2020-09-19 18:44:27 +0200
committerLibravatar Héctor Ramón <hector@lich.io>2021-06-03 20:21:02 +0700
commit52a185fbab728b85cf414d4997567f52ebc66205 (patch)
tree7592348bfd383d2de0c6af6fd7db4d76e9ffac5d /style/src/lib.rs
parent1dce929dfcfd3f9acc06e3b55157d40eb06b1324 (diff)
downloadiced-52a185fbab728b85cf414d4997567f52ebc66205.tar.gz
iced-52a185fbab728b85cf414d4997567f52ebc66205.tar.bz2
iced-52a185fbab728b85cf414d4997567f52ebc66205.zip
Implement `Toggler` widget for iced_native
Diffstat (limited to 'style/src/lib.rs')
-rw-r--r--style/src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/style/src/lib.rs b/style/src/lib.rs
index f09b5f9d..08d9f044 100644
--- a/style/src/lib.rs
+++ b/style/src/lib.rs
@@ -18,3 +18,4 @@ pub mod rule;
pub mod scrollable;
pub mod slider;
pub mod text_input;
+pub mod toggler;