Be less specific about the pkg-config version

This commit is contained in:
Gwilym Inzani 2024-02-15 22:11:14 +00:00
parent 2289a533de
commit c1a19888c3

View file

@ -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"