summaryrefslogtreecommitdiffstats
path: root/examples/combo_box/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2020-07-10 02:50:47 +0200
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2020-07-10 02:52:00 +0200
commit73b8ae8e5e7f57c608c775272a2980995ab22bb3 (patch)
tree1315ae257af6598389750c392b0e52fd1a3cbf39 /examples/combo_box/Cargo.toml
parent2118a726f8b6134820e1ca5b7b802fa1344e453a (diff)
downloadiced-73b8ae8e5e7f57c608c775272a2980995ab22bb3.tar.gz
iced-73b8ae8e5e7f57c608c775272a2980995ab22bb3.tar.bz2
iced-73b8ae8e5e7f57c608c775272a2980995ab22bb3.zip
Rename `ComboBox` to `PickList`
Diffstat (limited to 'examples/combo_box/Cargo.toml')
-rw-r--r--examples/combo_box/Cargo.toml11
1 files changed, 0 insertions, 11 deletions
diff --git a/examples/combo_box/Cargo.toml b/examples/combo_box/Cargo.toml
deleted file mode 100644
index 7e1e4133..00000000
--- a/examples/combo_box/Cargo.toml
+++ /dev/null
@@ -1,11 +0,0 @@
-[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" }