agb/emulator/mgba-sys/Cargo.toml

20 lines
343 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]
bindgen = "0.66"
pkg-config = "0.3.27"
cmake = "0.1"