Draft combo_box example to test overlay logic

This commit is contained in:
Héctor Ramón Jiménez 2020-04-16 13:22:55 +02:00
parent f064f0482b
commit b1afadf1a2
4 changed files with 193 additions and 0 deletions

View 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" }