aboutsummaryrefslogtreecommitdiff
path: root/src/combo_box.rs
diff options
context:
space:
mode:
authorpml68 <contact@pml68.dev>2025-06-26 11:41:52 +0200
committerpml68 <contact@pml68.dev>2025-06-26 11:41:52 +0200
commit602565f98f3a22fa1c39e054c6a88b3c31a36599 (patch)
tree8aea60f9cfdc48a8e04651a7e809bb70ef4bd712 /src/combo_box.rs
downloadiced_material-602565f98f3a22fa1c39e054c6a88b3c31a36599.tar.gz
feat: initial commit
Diffstat (limited to '')
-rw-r--r--src/combo_box.rs5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/combo_box.rs b/src/combo_box.rs
new file mode 100644
index 0000000..3024176
--- /dev/null
+++ b/src/combo_box.rs
@@ -0,0 +1,5 @@
+use iced_widget::combo_box::Catalog;
+
+use super::Theme;
+
+impl Catalog for Theme {}