From 9a3c81f336b8e29c64471026860f3c9d8b56348c Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Sun, 31 Oct 2021 16:24:31 +0700 Subject: Introduce first-class `svg` module in `iced_native` --- native/src/lib.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'native/src/lib.rs') 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; -- cgit