summaryrefslogtreecommitdiff
path: root/crates/material_theme/src/lib.rs
diff options
context:
space:
mode:
authorpml68 <contact@pml68.dev>2025-04-19 11:12:59 +0200
committerpml68 <contact@pml68.dev>2025-04-19 11:12:59 +0200
commit4a17d1fa468caf89e33088b3be69a67a52b29a99 (patch)
tree6ff9e952d136b9cbeaa2a79b27583f58db04d863 /crates/material_theme/src/lib.rs
parentfeat(material_theme): implement `rule::Catalog` (diff)
downloadiced-builder-4a17d1fa468caf89e33088b3be69a67a52b29a99.tar.gz
feat(material_theme): implement `slider::Catalog`
Diffstat (limited to 'crates/material_theme/src/lib.rs')
-rw-r--r--crates/material_theme/src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/material_theme/src/lib.rs b/crates/material_theme/src/lib.rs
index 2452d88..0df5b1c 100644
--- a/crates/material_theme/src/lib.rs
+++ b/crates/material_theme/src/lib.rs
@@ -24,6 +24,7 @@ pub mod slider;
pub mod svg;
pub mod text;
pub mod text_input;
+pub mod toggler;
pub mod utils;
pub static DARK: LazyLock<Theme> =