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
2025-06-01 14:57:53 -05:00

9 lines
114 B
TOML

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