agb/emulator/mgba-sys/Cargo.toml
2024-02-14 11:01:49 +00:00

20 lines
343 B
TOML

[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]
bindgen = "0.69"
pkg-config = "0.3.30"
cmake = "0.1"