summaryrefslogtreecommitdiffstats
path: root/style/src/lib.rs
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2024-03-05 21:55:24 +0100
committerLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2024-03-05 21:55:24 +0100
commit7d84c9c9c3619513519ac1ef7ea1c5f6e4e2cf5d (patch)
tree84247474621cb2d1615322e29eb9249752c780cd /style/src/lib.rs
parentd735209fc32238185ea0f27f1f4d1d0044b90e06 (diff)
downloadiced-7d84c9c9c3619513519ac1ef7ea1c5f6e4e2cf5d.tar.gz
iced-7d84c9c9c3619513519ac1ef7ea1c5f6e4e2cf5d.tar.bz2
iced-7d84c9c9c3619513519ac1ef7ea1c5f6e4e2cf5d.zip
Simplify theming for `Radio` widget
Diffstat (limited to 'style/src/lib.rs')
-rw-r--r--style/src/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/style/src/lib.rs b/style/src/lib.rs
index 6da84b4d..45717d46 100644
--- a/style/src/lib.rs
+++ b/style/src/lib.rs
@@ -21,7 +21,6 @@ pub mod menu;
pub mod pane_grid;
pub mod pick_list;
pub mod progress_bar;
-pub mod radio;
pub mod rule;
pub mod svg;
pub mod text_editor;