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:23:14 +0100
committerLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2024-03-05 21:23:14 +0100
commitd735209fc32238185ea0f27f1f4d1d0044b90e06 (patch)
treec6c9896d9d498f4393d5cb4fd0c41520f0b7f2e0 /style/src/lib.rs
parent330a6252054b729e4d4d3f5a5d09f32e06cec282 (diff)
downloadiced-d735209fc32238185ea0f27f1f4d1d0044b90e06.tar.gz
iced-d735209fc32238185ea0f27f1f4d1d0044b90e06.tar.bz2
iced-d735209fc32238185ea0f27f1f4d1d0044b90e06.zip
Move style types of `slider` to `iced_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 7a6be69a..6da84b4d 100644
--- a/style/src/lib.rs
+++ b/style/src/lib.rs
@@ -23,7 +23,6 @@ pub mod pick_list;
pub mod progress_bar;
pub mod radio;
pub mod rule;
-pub mod slider;
pub mod svg;
pub mod text_editor;
pub mod theme;