summaryrefslogtreecommitdiffstats
path: root/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 /Cargo.toml
parente4178c8e4f0fb98d7b939b25a74982fa7f717fba (diff)
downloadiced-c663a8d85cd90805de65b2d90226dbb7cbfac364.tar.gz
iced-c663a8d85cd90805de65b2d90226dbb7cbfac364.tar.bz2
iced-c663a8d85cd90805de65b2d90226dbb7cbfac364.zip
remove example
Diffstat (limited to '')
-rw-r--r--Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index d9d0c135..c6ccc5df 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -89,7 +89,6 @@ members = [
"examples/pure/component",
"examples/pure/counter",
"examples/pure/game_of_life",
- "examples/pure/nested_component",
"examples/pure/pane_grid",
"examples/pure/pick_list",
"examples/pure/todos",