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:
Josh Holmer 2023-01-23 10:16:46 -05:00
parent e3d9480221
commit b23133e43c

View File

@ -4,7 +4,11 @@ version = "1.0.0+ffmpeg-5.1.2"
build = "build.rs"
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"
description = "FFI bindings to FFmpeg"
@ -22,7 +26,7 @@ libc = "0.2"
num_cpus = "1.11"
cc = "1.0"
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]
vcpkg = "0.2"