diff options
author | 2021-10-31 16:24:31 +0700 | |
---|---|---|
committer | 2021-10-31 16:24:31 +0700 | |
commit | 9a3c81f336b8e29c64471026860f3c9d8b56348c (patch) | |
tree | cc95c6212655d908b7d2c2e564b4bcfd28b67167 /native/src/lib.rs | |
parent | c4186a71b746b603984e5fe1926a8cef6e8dcfcb (diff) | |
download | iced-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.rs | 1 |
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; |