summaryrefslogtreecommitdiff
path: root/crates/material_theme/src/lib.rs
diff options
context:
space:
mode:
authorpml68 <contact@pml68.dev>2025-04-18 12:34:49 +0200
committerpml68 <contact@pml68.dev>2025-04-18 12:34:49 +0200
commit21214574718a02002e632f6192a611a758595811 (patch)
tree785b35e6472aa2001ff2298c11ab114a0d72dfe0 /crates/material_theme/src/lib.rs
parentfeat(debug): add custom "Code Generation" Comet debug metric (diff)
downloadiced-builder-21214574718a02002e632f6192a611a758595811.tar.gz
feat(material_theme): implement `slider::Catalog`
Diffstat (limited to '')
-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 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;