summaryrefslogtreecommitdiff
path: root/iced_builder/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'iced_builder/src/lib.rs')
-rw-r--r--iced_builder/src/lib.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/iced_builder/src/lib.rs b/iced_builder/src/lib.rs
index f3165f5..847e01e 100644
--- a/iced_builder/src/lib.rs
+++ b/iced_builder/src/lib.rs
@@ -1,7 +1,10 @@
+pub mod config;
pub mod dialogs;
+pub mod environment;
pub mod error;
pub mod icon;
pub mod panes;
+pub mod theme;
pub mod types;
pub mod widget;