ggdt/examples/balls_v2/Cargo.toml
2022-05-15 16:34:25 -04:00

11 lines
245 B
TOML

[package]
name = "balls_v2"
version = "0.1.0"
edition = "2021"
[dependencies]
anyhow = "1.0.55"
libretrogd = { path = "../../libretrogd", features = [] }
sdl2 = { version = "0.34.5", features = ["static-link", "bundled", "unsafe_textures" ] }