ggdt/examples/template_minimal/Cargo.toml

11 lines
238 B
TOML
Raw Normal View History

2022-05-26 18:43:22 -04:00
[package]
name = "template_minimal"
version = "0.1.0"
edition = "2021"
[dependencies]
anyhow = "1.0.55"
libretrogd = { path = "../../libretrogd" }
sdl2 = { version = "0.34.5", features = ["static-link", "bundled", "unsafe_textures" ] }