summaryrefslogtreecommitdiff
path: root/iced_builder/src/lib.rs
diff options
context:
space:
mode:
authorpml68 <contact@pml68.dev>2025-01-04 14:25:14 +0100
committerpml68 <contact@pml68.dev>2025-01-04 14:25:14 +0100
commite8d36bd018177e4ccc0ae27ce8f21984d31d948a (patch)
tree7204d3bbfb5831d1e6d920b1179176898cb52c6e /iced_builder/src/lib.rs
parentrefactor: apply clippy suggestions (diff)
downloadiced-builder-e8d36bd018177e4ccc0ae27ce8f21984d31d948a.tar.gz
feat: add custom theme codegen for `Project`
Diffstat (limited to 'iced_builder/src/lib.rs')
-rw-r--r--iced_builder/src/lib.rs12
1 files changed, 0 insertions, 12 deletions
diff --git a/iced_builder/src/lib.rs b/iced_builder/src/lib.rs
deleted file mode 100644
index 847e01e..0000000
--- a/iced_builder/src/lib.rs
+++ /dev/null
@@ -1,12 +0,0 @@
-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;
-
-pub use error::Error;
-pub type Result<T> = core::result::Result<T, Error>;