Add ComboBox widget
- Widget implementation - Widget helper - Example
This commit is contained in:
parent
4cf1b4fd1c
commit
dd5ef8b908
6 changed files with 907 additions and 0 deletions
9
examples/combo_box/Cargo.toml
Normal file
9
examples/combo_box/Cargo.toml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
[package]
|
||||
name = "combo_box"
|
||||
version = "0.1.0"
|
||||
authors = ["Joao Freitas <jhff.15@gmail.com>"]
|
||||
edition = "2021"
|
||||
publish = false
|
||||
|
||||
[dependencies]
|
||||
iced = { path = "../..", features = ["debug"] }
|
||||
Loading…
Add table
Add a link
Reference in a new issue