diff options
author | 2024-03-06 11:24:51 +0100 | |
---|---|---|
committer | 2024-03-06 11:24:51 +0100 | |
commit | 40af65c3aa4a96281db8f642cfa1641479314d27 (patch) | |
tree | 6cd41fd0bd3804a185f94b1f7d79d42f0f0537b2 /style/src/lib.rs | |
parent | a43afc791e8f78b03d802f980a10f32dc932f0b2 (diff) | |
download | iced-40af65c3aa4a96281db8f642cfa1641479314d27.tar.gz iced-40af65c3aa4a96281db8f642cfa1641479314d27.tar.bz2 iced-40af65c3aa4a96281db8f642cfa1641479314d27.zip |
Simplify theming for `Toggler` widget
Diffstat (limited to 'style/src/lib.rs')
-rw-r--r-- | style/src/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/style/src/lib.rs b/style/src/lib.rs index 09a943aa..3e439f07 100644 --- a/style/src/lib.rs +++ b/style/src/lib.rs @@ -23,6 +23,5 @@ pub mod pick_list; pub mod svg; pub mod text_editor; pub mod theme; -pub mod toggler; pub use theme::Theme; |