summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2020-04-29 08:25:42 +0200
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2020-04-29 08:25:42 +0200
commit70f86f998b6db102d5b77f756750414efd53aa9e (patch)
treef3771264767d2c3f87c098ac41b35b113116ce6b /Cargo.toml
parentafa0bca4fd1a5499fd24549eb49a44f9837597c6 (diff)
downloadiced-70f86f998b6db102d5b77f756750414efd53aa9e.tar.gz
iced-70f86f998b6db102d5b77f756750414efd53aa9e.tar.bz2
iced-70f86f998b6db102d5b77f756750414efd53aa9e.zip
Add `game_of_life` example
RIP John Conway
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 9c52ea8f..d394d516 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -43,6 +43,7 @@ members = [
"examples/custom_widget",
"examples/download_progress",
"examples/events",
+ "examples/game_of_life",
"examples/geometry",
"examples/integration",
"examples/pane_grid",