diff options
| author | pml68 <contact@pml68.dev> | 2025-04-18 12:34:49 +0200 |
|---|---|---|
| committer | pml68 <contact@pml68.dev> | 2025-04-18 12:34:49 +0200 |
| commit | 21214574718a02002e632f6192a611a758595811 (patch) | |
| tree | 785b35e6472aa2001ff2298c11ab114a0d72dfe0 /crates/material_theme/src/lib.rs | |
| parent | feat(debug): add custom "Code Generation" Comet debug metric (diff) | |
| download | iced-builder-21214574718a02002e632f6192a611a758595811.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.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 a9beb2a..03f1ca5 100644 --- a/crates/material_theme/src/lib.rs +++ b/crates/material_theme/src/lib.rs @@ -18,6 +18,7 @@ pub mod progress_bar; pub mod qr_code; pub mod radio; pub mod scrollable; +pub mod slider; #[cfg(feature = "svg")] pub mod svg; pub mod text; |
