mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-23 16:21:33 +11:00
16 lines
322 B
TOML
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.70"
|
|
pkg-config = "0.3"
|
|
cmake = "0.1"
|