YAI-flash-recreation/Cargo.toml

13 lines
258 B
TOML
Raw Normal View History

2022-05-05 08:12:56 -05:00
[package]
name = "game_test"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
cat-box = "0.1.6"
sdl2 = "0.35.2"
2022-05-05 13:06:09 -05:00
rand = "0.8.5"
2022-05-05 13:21:18 -05:00
play = "0.5.3"
rodio = "0.15.0"