summaryrefslogtreecommitdiffstats
path: root/style/src/lib.rs
diff options
context:
space:
mode:
authorLibravatar Michael Aaron Murphy <michael@mmurphy.dev>2022-11-16 17:42:41 +0100
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2022-12-06 03:59:53 +0100
commit75ae0de9bdd3376b6e537bf59030059c926114ee (patch)
treef9b701705ccce1ef0bb391f04dc1db8af18dcf09 /style/src/lib.rs
parent0249640213120e039462f5fc12c677f15ecbc7cc (diff)
downloadiced-75ae0de9bdd3376b6e537bf59030059c926114ee.tar.gz
iced-75ae0de9bdd3376b6e537bf59030059c926114ee.tar.bz2
iced-75ae0de9bdd3376b6e537bf59030059c926114ee.zip
feat: SVG styling with icon fill color
Diffstat (limited to 'style/src/lib.rs')
-rw-r--r--style/src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/style/src/lib.rs b/style/src/lib.rs
index 3242602c..59eb1eb8 100644
--- a/style/src/lib.rs
+++ b/style/src/lib.rs
@@ -32,6 +32,7 @@ pub mod radio;
pub mod rule;
pub mod scrollable;
pub mod slider;
+pub mod svg;
pub mod text;
pub mod text_input;
pub mod theme;