summaryrefslogtreecommitdiffstats
path: root/examples/combo_box/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2020-04-16 13:22:55 +0200
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2020-07-08 10:41:18 +0200
commitb1afadf1a2162e236525c466b6b3099a2623a2de (patch)
treee1fa7e7eba82166a9717a4826322340421779ac7 /examples/combo_box/Cargo.toml
parentf064f0482b653a1fbee4afbddcecf91e3a399004 (diff)
downloadiced-b1afadf1a2162e236525c466b6b3099a2623a2de.tar.gz
iced-b1afadf1a2162e236525c466b6b3099a2623a2de.tar.bz2
iced-b1afadf1a2162e236525c466b6b3099a2623a2de.zip
Draft `combo_box` example to test overlay logic
Diffstat (limited to 'examples/combo_box/Cargo.toml')
-rw-r--r--examples/combo_box/Cargo.toml11
1 files changed, 11 insertions, 0 deletions
diff --git a/examples/combo_box/Cargo.toml b/examples/combo_box/Cargo.toml
new file mode 100644
index 00000000..7e1e4133
--- /dev/null
+++ b/examples/combo_box/Cargo.toml
@@ -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" }