snake-cage/Cargo.toml

17 lines
294 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-30 17:46:20 -05:00
cat-box = "0.1.6"
2023-01-21 14:26:46 -06:00
dyn_vec = "0.1.0"
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"]