summaryrefslogtreecommitdiffstats
path: root/examples/component/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/component/Cargo.toml')
-rw-r--r--examples/component/Cargo.toml10
1 files changed, 0 insertions, 10 deletions
diff --git a/examples/component/Cargo.toml b/examples/component/Cargo.toml
deleted file mode 100644
index 83b7b8a4..00000000
--- a/examples/component/Cargo.toml
+++ /dev/null
@@ -1,10 +0,0 @@
-[package]
-name = "component"
-version = "0.1.0"
-authors = ["Héctor Ramón Jiménez <hector0193@gmail.com>"]
-edition = "2021"
-publish = false
-
-[dependencies]
-iced.workspace = true
-iced.features = ["debug", "lazy"]