agb/emulator/mgba-sys/Cargo.toml

16 lines
322 B
TOML
Raw Normal View History

[package]
name = "mgba-sys"
version = "0.1.0"
edition = "2021"
exclude = ["mgba/doc/*", "mgba/res/*", "mgba/cinema/*", "mgba/tools/*"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
[build-dependencies]
2024-08-28 21:28:32 +10:00
bindgen = "0.70"
pkg-config = "0.3"
cmake = "0.1"