From 0dad6dd5b8395d3089bed022a4b8830f7cae7d9f Mon Sep 17 00:00:00 2001 From: pml68 Date: Mon, 30 Dec 2024 02:15:10 +0100 Subject: feat: add config loading, with theming support, limited to Palette for now --- iced_builder/src/lib.rs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'iced_builder/src/lib.rs') 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; -- cgit v1.2.3