catbox/Cargo.toml

11 lines
221 B
TOML
Raw Normal View History

2022-03-06 10:25:42 -06:00
[package]
2022-03-13 13:21:13 -05:00
name = "cat-box"
2022-03-06 10:25:42 -06:00
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
2022-03-07 10:19:09 -06:00
[dependencies.sdl2]
version = "0.35.2"
features = ["image"]