This repository has been archived on 2026-02-06. You can view files and clone it, but cannot push or open issues or pull requests.
Files
rust-game-of-life/Cargo.toml
2026-02-05 00:22:57 -06:00

9 lines
114 B
TOML

[package]
name = "game-of-life"
version = "0.1.0"
edition = "2021"
[dependencies]
rand = "0.9.1"
sdl2 = "0.38.0"