summaryrefslogtreecommitdiffstats
path: root/native/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'native/src/lib.rs')
-rw-r--r--native/src/lib.rs5
1 files changed, 4 insertions, 1 deletions
diff --git a/native/src/lib.rs b/native/src/lib.rs
index 170a588b..51b232e9 100644
--- a/native/src/lib.rs
+++ b/native/src/lib.rs
@@ -36,6 +36,7 @@
pub mod clipboard;
pub mod command;
pub mod event;
+pub mod image;
pub mod keyboard;
pub mod layout;
pub mod mouse;
@@ -43,6 +44,8 @@ pub mod overlay;
pub mod program;
pub mod renderer;
pub mod subscription;
+pub mod svg;
+pub mod text;
pub mod touch;
pub mod widget;
pub mod window;
@@ -84,4 +87,4 @@ pub use renderer::Renderer;
pub use runtime::Runtime;
pub use subscription::Subscription;
pub use user_interface::{Cache, UserInterface};
-pub use widget::*;
+pub use widget::Widget;