diff options
| author | pml68 <contact@pml68.dev> | 2025-04-19 11:12:59 +0200 |
|---|---|---|
| committer | pml68 <contact@pml68.dev> | 2025-04-19 11:12:59 +0200 |
| commit | 4a17d1fa468caf89e33088b3be69a67a52b29a99 (patch) | |
| tree | 6ff9e952d136b9cbeaa2a79b27583f58db04d863 /crates/material_theme/src/lib.rs | |
| parent | feat(material_theme): implement `rule::Catalog` (diff) | |
| download | iced-builder-4a17d1fa468caf89e33088b3be69a67a52b29a99.tar.gz | |
feat(material_theme): implement `slider::Catalog`
Diffstat (limited to '')
| -rw-r--r-- | crates/material_theme/src/lib.rs | 1 |
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> = |
