summaryrefslogtreecommitdiff
path: root/crates/material_theme/src/lib.rs
diff options
context:
space:
mode:
authorpml68 <contact@pml68.dev>2025-04-19 01:10:11 +0200
committerpml68 <contact@pml68.dev>2025-04-19 01:10:11 +0200
commit6300486b8ea51b75850708acb271fcce02666dd6 (patch)
treecabfc1ce7bdfcbacb76df8c49e4c23b4a13199d5 /crates/material_theme/src/lib.rs
parentfeat(material_theme): implement `slider::Catalog` (diff)
downloadiced-builder-6300486b8ea51b75850708acb271fcce02666dd6.tar.gz
feat(material_theme): implement `rule::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 03f1ca5..2452d88 100644
--- a/crates/material_theme/src/lib.rs
+++ b/crates/material_theme/src/lib.rs
@@ -17,6 +17,7 @@ pub mod progress_bar;
#[cfg(feature = "qr_code")]
pub mod qr_code;
pub mod radio;
+pub mod rule;
pub mod scrollable;
pub mod slider;
#[cfg(feature = "svg")]