diff options
Diffstat (limited to 'examples/combo_box/Cargo.toml')
-rw-r--r-- | examples/combo_box/Cargo.toml | 11 |
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" } |