catbox/Cargo.toml

10 lines
191 B
TOML
Raw Normal View History

2022-03-06 10:25:42 -06:00
[package]
name = "catbox"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2022-03-06 10:55:10 -06:00
sdl2 = "0.35.2"