diff options
author | 2024-09-05 15:08:08 +0200 | |
---|---|---|
committer | 2024-09-05 15:08:31 +0200 | |
commit | 9426418adbaac40f584fe16b623521a3a21a1a4c (patch) | |
tree | 10d578347aaa88e81bfe30da7b5c66623b3fe5d9 /examples/component/Cargo.toml | |
parent | eada3b8bf298c8436f30a5bc81032bed303d1e1e (diff) | |
download | iced-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.toml | 10 |
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"] |