diff options
author | 2020-04-29 08:25:42 +0200 | |
---|---|---|
committer | 2020-04-29 08:25:42 +0200 | |
commit | 70f86f998b6db102d5b77f756750414efd53aa9e (patch) | |
tree | f3771264767d2c3f87c098ac41b35b113116ce6b /Cargo.toml | |
parent | afa0bca4fd1a5499fd24549eb49a44f9837597c6 (diff) | |
download | iced-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.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -43,6 +43,7 @@ members = [ "examples/custom_widget", "examples/download_progress", "examples/events", + "examples/game_of_life", "examples/geometry", "examples/integration", "examples/pane_grid", |