summaryrefslogtreecommitdiffstats
path: root/style/src/lib.rs
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2020-06-11 20:41:11 +0200
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2020-07-08 11:19:56 +0200
commit61f22b1db23f3495145a9a4f7255311fe8381998 (patch)
tree925db905f29c3df13cf6e7480672d2a294ce10c7 /style/src/lib.rs
parent0ff5a02550e5d5de8fb5fd0643ea424d9e508888 (diff)
downloadiced-61f22b1db23f3495145a9a4f7255311fe8381998.tar.gz
iced-61f22b1db23f3495145a9a4f7255311fe8381998.tar.bz2
iced-61f22b1db23f3495145a9a4f7255311fe8381998.zip
Add styling support for `ComboBox` and `Menu`
Diffstat (limited to 'style/src/lib.rs')
-rw-r--r--style/src/lib.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/style/src/lib.rs b/style/src/lib.rs
index 72d83aec..b19d6600 100644
--- a/style/src/lib.rs
+++ b/style/src/lib.rs
@@ -6,7 +6,9 @@ pub use iced_core::{Background, Color};
pub mod button;
pub mod checkbox;
+pub mod combo_box;
pub mod container;
+pub mod menu;
pub mod progress_bar;
pub mod radio;
pub mod scrollable;