mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-23 08:11:33 +11:00
Be less specific about the pkg-config version
This commit is contained in:
parent
2289a533de
commit
c1a19888c3
|
@ -2,12 +2,7 @@
|
||||||
name = "mgba-sys"
|
name = "mgba-sys"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
exclude = [
|
exclude = ["mgba/doc/*", "mgba/res/*", "mgba/cinema/*", "mgba/tools/*"]
|
||||||
"mgba/doc/*",
|
|
||||||
"mgba/res/*",
|
|
||||||
"mgba/cinema/*",
|
|
||||||
"mgba/tools/*",
|
|
||||||
]
|
|
||||||
|
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
|
@ -16,5 +11,5 @@ exclude = [
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
bindgen = "0.69"
|
bindgen = "0.69"
|
||||||
pkg-config = "0.3.30"
|
pkg-config = "0.3"
|
||||||
cmake = "0.1"
|
cmake = "0.1"
|
Loading…
Reference in a new issue