pvp-game-dilapidation/Cargo.toml

10 lines
258 B
TOML
Raw Normal View History

2024-03-31 22:56:03 +01:00
[package]
name = "pvp-game-dilapidation"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2024-04-01 00:01:49 +01:00
sdl2 = { version = "0.36.0", features = ["ttf", "image", "mixer"] }