Galactica/Cargo.toml

14 lines
190 B
TOML
Raw Normal View History

2023-12-20 19:05:12 -08:00
[package]
name = "game"
version = "0.1.0"
edition = "2021"
[dependencies]
image = "0.24.7"
2023-12-20 20:07:11 -08:00
rand = "0.8.5"
2023-12-20 19:05:12 -08:00
[dependencies.sdl2]
version = "0.36"
default-features = false
#features = ["ttf"]