diff options
author | 2024-03-05 02:08:19 +0100 | |
---|---|---|
committer | 2024-03-05 02:08:19 +0100 | |
commit | 1f0a0c235a7729cf2d5716efeecb9c4dc972fdfa (patch) | |
tree | 77118b43726c9321d05190cb2e7963594e0f80a3 /style/src/lib.rs | |
parent | f4a4845ddbdced81ae4ff60bfa19f0e602d84709 (diff) | |
download | iced-1f0a0c235a7729cf2d5716efeecb9c4dc972fdfa.tar.gz iced-1f0a0c235a7729cf2d5716efeecb9c4dc972fdfa.tar.bz2 iced-1f0a0c235a7729cf2d5716efeecb9c4dc972fdfa.zip |
Simplify theming for `Checkbox` widget
Diffstat (limited to 'style/src/lib.rs')
-rw-r--r-- | style/src/lib.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/style/src/lib.rs b/style/src/lib.rs index 17ba09c4..1b2ce444 100644 --- a/style/src/lib.rs +++ b/style/src/lib.rs @@ -17,8 +17,6 @@ pub use iced_core as core; pub mod application; -pub mod button; -pub mod checkbox; pub mod container; pub mod menu; pub mod pane_grid; |