summaryrefslogtreecommitdiff
path: root/material_theme/src/lib.rs
diff options
context:
space:
mode:
authorpml68 <contact@pml68.dev>2025-04-08 18:12:10 +0200
committerpml68 <contact@pml68.dev>2025-04-15 23:49:01 +0200
commit00d296b230e41dbfaf33d1ba374beadf9d113948 (patch)
tree321c1f3c40f8de8e665b830c67cf116ff29017e3 /material_theme/src/lib.rs
parentfeat(material_theme): implement Catalog for iced_dialog (`dialog` feature) (diff)
downloadiced-builder-00d296b230e41dbfaf33d1ba374beadf9d113948.tar.gz
feat(material_theme): impl `scrollable::Catalog`
Diffstat (limited to '')
-rw-r--r--material_theme/src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/material_theme/src/lib.rs b/material_theme/src/lib.rs
index 87cf353..273ef9a 100644
--- a/material_theme/src/lib.rs
+++ b/material_theme/src/lib.rs
@@ -6,6 +6,7 @@ use serde::Deserialize;
pub mod button;
pub mod container;
+pub mod scrollable;
pub mod text;
pub mod utils;