Add game_of_life example

RIP John Conway
This commit is contained in:
Héctor Ramón Jiménez 2020-04-29 08:25:42 +02:00
parent afa0bca4fd
commit 70f86f998b
6 changed files with 569 additions and 0 deletions

View file

@ -43,6 +43,7 @@ members = [
"examples/custom_widget",
"examples/download_progress",
"examples/events",
"examples/game_of_life",
"examples/geometry",
"examples/integration",
"examples/pane_grid",