Draft ComboBox and Menu layer
This commit is contained in:
parent
b1afadf1a2
commit
afd9274de2
22 changed files with 966 additions and 150 deletions
3
wgpu/src/widget/combo_box.rs
Normal file
3
wgpu/src/widget/combo_box.rs
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
pub use iced_native::combo_box::State;
|
||||
|
||||
pub type ComboBox<'a, T, Message> = iced_native::ComboBox<'a, T, Message>;
|
||||
Loading…
Add table
Add a link
Reference in a new issue