summaryrefslogtreecommitdiff
path: root/crates/material_theme/src/lib.rs
diff options
context:
space:
mode:
authorpml68 <contact@pml68.dev>2025-04-15 23:45:14 +0200
committerpml68 <contact@pml68.dev>2025-04-15 23:53:07 +0200
commit911cd4ffc291d2d9b92f90ede1d03d41edc97920 (patch)
treee5e93359540265f05e941fb7152ddf5c8ea3a988 /crates/material_theme/src/lib.rs
parentchore(deps): update `iced_dialog` (diff)
downloadiced-builder-911cd4ffc291d2d9b92f90ede1d03d41edc97920.tar.gz
feat(material_theme): implement `text_input::Catalog`
Diffstat (limited to 'crates/material_theme/src/lib.rs')
-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 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");