snake-cage/Cargo.toml

11 lines
208 B
TOML
Raw Normal View History

2022-04-29 10:58:56 -05:00
[package]
name = "snake"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2022-04-29 11:10:54 -05:00
cat-box = "0.1.4"
sdl2 = "0.35.2"