summaryrefslogtreecommitdiffstats
path: root/examples/pure/nested_component/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Nick Senger <nicks@lich.io>2022-04-06 13:15:51 -0700
committerLibravatar Nick Senger <nicks@lich.io>2022-04-06 13:16:24 -0700
commitc663a8d85cd90805de65b2d90226dbb7cbfac364 (patch)
treea6945298f237a775df048ec0c7816cc7ee826ac4 /examples/pure/nested_component/Cargo.toml
parente4178c8e4f0fb98d7b939b25a74982fa7f717fba (diff)
downloadiced-c663a8d85cd90805de65b2d90226dbb7cbfac364.tar.gz
iced-c663a8d85cd90805de65b2d90226dbb7cbfac364.tar.bz2
iced-c663a8d85cd90805de65b2d90226dbb7cbfac364.zip
remove example
Diffstat (limited to 'examples/pure/nested_component/Cargo.toml')
-rw-r--r--examples/pure/nested_component/Cargo.toml12
1 files changed, 0 insertions, 12 deletions
diff --git a/examples/pure/nested_component/Cargo.toml b/examples/pure/nested_component/Cargo.toml
deleted file mode 100644
index 6b1b3570..00000000
--- a/examples/pure/nested_component/Cargo.toml
+++ /dev/null
@@ -1,12 +0,0 @@
-[package]
-name = "pure_nested_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" }