Working Version

This commit is contained in:
2022-05-23 14:36:35 +02:00
commit 92564cdd94
4 changed files with 379 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
[package]
name = "game_of_life"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
sdl2 = "0.35.2"
rand = "0.8.5"