diff options
| author | pml68 <contact@pml68.dev> | 2025-04-15 23:45:14 +0200 |
|---|---|---|
| committer | pml68 <contact@pml68.dev> | 2025-04-15 23:53:07 +0200 |
| commit | 911cd4ffc291d2d9b92f90ede1d03d41edc97920 (patch) | |
| tree | e5e93359540265f05e941fb7152ddf5c8ea3a988 /crates/material_theme/src/lib.rs | |
| parent | chore(deps): update `iced_dialog` (diff) | |
| download | iced-builder-911cd4ffc291d2d9b92f90ede1d03d41edc97920.tar.gz | |
feat(material_theme): implement `text_input::Catalog`
Diffstat (limited to '')
| -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 521af2c..adffe09 100644 --- a/crates/material_theme/src/lib.rs +++ b/crates/material_theme/src/lib.rs @@ -12,6 +12,7 @@ pub mod menu; pub mod pick_list; pub mod scrollable; pub mod text; +pub mod text_input; pub mod utils; const DARK_THEME_CONTENT: &str = include_str!("../assets/themes/dark.toml"); |
