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

16 lines
322 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"
cmake = "0.1"