diff options
| author | pml68 <contact@pml68.dev> | 2025-04-08 18:12:10 +0200 |
|---|---|---|
| committer | pml68 <contact@pml68.dev> | 2025-04-15 23:49:01 +0200 |
| commit | 00d296b230e41dbfaf33d1ba374beadf9d113948 (patch) | |
| tree | 321c1f3c40f8de8e665b830c67cf116ff29017e3 /material_theme/src/lib.rs | |
| parent | feat(material_theme): implement Catalog for iced_dialog (`dialog` feature) (diff) | |
| download | iced-builder-00d296b230e41dbfaf33d1ba374beadf9d113948.tar.gz | |
feat(material_theme): impl `scrollable::Catalog`
Diffstat (limited to 'material_theme/src/lib.rs')
| -rw-r--r-- | material_theme/src/lib.rs | 1 |
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; |
