summaryrefslogtreecommitdiffstats
path: root/native/src/lib.rs
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2021-10-31 16:24:31 +0700
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2021-10-31 16:24:31 +0700
commit9a3c81f336b8e29c64471026860f3c9d8b56348c (patch)
treecc95c6212655d908b7d2c2e564b4bcfd28b67167 /native/src/lib.rs
parentc4186a71b746b603984e5fe1926a8cef6e8dcfcb (diff)
downloadiced-9a3c81f336b8e29c64471026860f3c9d8b56348c.tar.gz
iced-9a3c81f336b8e29c64471026860f3c9d8b56348c.tar.bz2
iced-9a3c81f336b8e29c64471026860f3c9d8b56348c.zip
Introduce first-class `svg` module in `iced_native`
Diffstat (limited to 'native/src/lib.rs')
-rw-r--r--native/src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/native/src/lib.rs b/native/src/lib.rs
index 704a9873..5012b3f4 100644
--- a/native/src/lib.rs
+++ b/native/src/lib.rs
@@ -44,6 +44,7 @@ pub mod overlay;
pub mod program;
pub mod renderer;
pub mod subscription;
+pub mod svg;
pub mod text;
pub mod touch;
pub mod widget;