Draft combo_box example to test overlay logic
This commit is contained in:
parent
f064f0482b
commit
b1afadf1a2
4 changed files with 193 additions and 0 deletions
11
examples/combo_box/Cargo.toml
Normal file
11
examples/combo_box/Cargo.toml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
[package]
|
||||
name = "combo_box"
|
||||
version = "0.1.0"
|
||||
authors = ["Héctor Ramón Jiménez <hector0193@gmail.com>"]
|
||||
edition = "2018"
|
||||
publish = false
|
||||
|
||||
[dependencies]
|
||||
iced = { path = "../..", features = ["debug"] }
|
||||
iced_native = { path = "../../native" }
|
||||
iced_wgpu = { path = "../../wgpu" }
|
||||
Loading…
Add table
Add a link
Reference in a new issue