summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Nick Senger <nicks@lich.io>2022-04-06 10:27:45 -0700
committerLibravatar Nick Senger <nicks@lich.io>2022-04-06 13:16:17 -0700
commit5cc1aa31c774894d9a48ee005e857913c9720908 (patch)
treeca508ddf2cdd73cacbf0642476930f2299f07a17 /Cargo.toml
parent3042fa2cb63c651ebed2abe6f4054e61f70b0331 (diff)
downloadiced-5cc1aa31c774894d9a48ee005e857913c9720908.tar.gz
iced-5cc1aa31c774894d9a48ee005e857913c9720908.tar.bz2
iced-5cc1aa31c774894d9a48ee005e857913c9720908.zip
add example
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index c6ccc5df..d9d0c135 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -89,6 +89,7 @@ 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",