summaryrefslogtreecommitdiffstats
path: root/examples/pure/stateless_component/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Nick Senger <nicks@lich.io>2022-04-18 09:03:17 -0700
committerLibravatar Nick Senger <nicks@lich.io>2022-04-18 09:03:17 -0700
commitb1d6ad00703063d8381dd847361e4684f18c10bd (patch)
tree132ef4a2ebbc2fc08f42b69df2bcf549dbc4dc12 /examples/pure/stateless_component/Cargo.toml
parent2858c8aa681ecd9b2aba6ec4df9ee96d3f50681c (diff)
downloadiced-b1d6ad00703063d8381dd847361e4684f18c10bd.tar.gz
iced-b1d6ad00703063d8381dd847361e4684f18c10bd.tar.bz2
iced-b1d6ad00703063d8381dd847361e4684f18c10bd.zip
Revert "add example"
This reverts commit 11986547cbe772fa0bb863cefc3fff7877d1a6d5.
Diffstat (limited to 'examples/pure/stateless_component/Cargo.toml')
-rw-r--r--examples/pure/stateless_component/Cargo.toml12
1 files changed, 0 insertions, 12 deletions
diff --git a/examples/pure/stateless_component/Cargo.toml b/examples/pure/stateless_component/Cargo.toml
deleted file mode 100644
index d89ebf85..00000000
--- a/examples/pure/stateless_component/Cargo.toml
+++ /dev/null
@@ -1,12 +0,0 @@
-[package]
-name = "stateless_component"
-version = "0.1.0"
-authors = ["Héctor Ramón Jiménez <hector0193@gmail.com>"]
-edition = "2021"
-publish = false
-
-[dependencies]
-iced = { path = "../../..", features = ["debug", "pure"] }
-iced_native = { path = "../../../native" }
-iced_lazy = { path = "../../../lazy", features = ["pure"] }
-iced_pure = { path = "../../../pure" }