summaryrefslogtreecommitdiffstats
path: root/examples/component/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2024-09-05 15:08:08 +0200
committerLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2024-09-05 15:08:31 +0200
commit9426418adbaac40f584fe16b623521a3a21a1a4c (patch)
tree10d578347aaa88e81bfe30da7b5c66623b3fe5d9 /examples/component/Cargo.toml
parenteada3b8bf298c8436f30a5bc81032bed303d1e1e (diff)
downloadiced-9426418adbaac40f584fe16b623521a3a21a1a4c.tar.gz
iced-9426418adbaac40f584fe16b623521a3a21a1a4c.tar.bz2
iced-9426418adbaac40f584fe16b623521a3a21a1a4c.zip
Deprecate the `component` widget
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"]