Update bindgen as far as we can without it breaking which they didn't document whatever caused enums to break in 0.62
This commit is contained in:
parent
e3d9480221
commit
b23133e43c
@ -4,7 +4,11 @@ version = "1.0.0+ffmpeg-5.1.2"
|
|||||||
build = "build.rs"
|
build = "build.rs"
|
||||||
links = "ffmpeg"
|
links = "ffmpeg"
|
||||||
|
|
||||||
authors = ["meh. <meh@schizofreni.co>", "Zhiming Wang <i@zhimingwang.org>"]
|
authors = [
|
||||||
|
"meh. <meh@schizofreni.co>",
|
||||||
|
"Zhiming Wang <i@zhimingwang.org>",
|
||||||
|
"Josh Holmer <jholmer.in@gmail.com>",
|
||||||
|
]
|
||||||
license = "WTFPL"
|
license = "WTFPL"
|
||||||
|
|
||||||
description = "FFI bindings to FFmpeg"
|
description = "FFI bindings to FFmpeg"
|
||||||
@ -22,7 +26,7 @@ libc = "0.2"
|
|||||||
num_cpus = "1.11"
|
num_cpus = "1.11"
|
||||||
cc = "1.0"
|
cc = "1.0"
|
||||||
pkg-config = "0.3"
|
pkg-config = "0.3"
|
||||||
bindgen = { version = "0.59", default-features = false, features = ["runtime"] }
|
bindgen = { version = "0.61", default-features = false, features = ["runtime"] }
|
||||||
|
|
||||||
[target.'cfg(target_env = "msvc")'.build-dependencies]
|
[target.'cfg(target_env = "msvc")'.build-dependencies]
|
||||||
vcpkg = "0.2"
|
vcpkg = "0.2"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user