summaryrefslogtreecommitdiffstats
path: root/style/src/lib.rs
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2024-03-06 11:36:33 +0100
committerLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2024-03-06 11:36:49 +0100
commit69bc1df252382a662228c8b0da6f60358e90f376 (patch)
tree6365e00118e78f24f2f4c308358360477be6258a /style/src/lib.rs
parent40af65c3aa4a96281db8f642cfa1641479314d27 (diff)
downloadiced-69bc1df252382a662228c8b0da6f60358e90f376.tar.gz
iced-69bc1df252382a662228c8b0da6f60358e90f376.tar.bz2
iced-69bc1df252382a662228c8b0da6f60358e90f376.zip
Simplify theming for `Svg` 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 3e439f07..259ad793 100644
--- a/style/src/lib.rs
+++ b/style/src/lib.rs
@@ -20,7 +20,6 @@ pub mod application;
pub mod menu;
pub mod pane_grid;
pub mod pick_list;
-pub mod svg;
pub mod text_editor;
pub mod theme;