pvp-game-dilapidation/Cargo.toml

11 lines
326 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"] }
2024-04-08 08:27:03 +01:00
component-macro = { version = "0.1.0", path = "./component-macro" }