snake/Cargo.toml

16 lines
278 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]
cat-box = "22.6.21"
2022-04-30 11:08:08 -05:00
rand = "0.8.5"
2022-04-29 11:10:54 -05:00
sdl2 = "0.35.2"
2022-04-30 17:46:20 -05:00
[features]
default = []
static = ["cat-box/static"]