mirror of
https://github.com/encounter/rust-ffmpeg-zmwangx.git
synced 2026-07-10 21:18:40 -07:00
Upgrade deps (#96)
This commit is contained in:
+6
-6
@@ -16,16 +16,16 @@ keywords = ["audio", "video"]
|
||||
doctest = false
|
||||
|
||||
[dependencies]
|
||||
libc = "0.2"
|
||||
libc = "0.2.88"
|
||||
|
||||
[build-dependencies]
|
||||
num_cpus = "1.11"
|
||||
cc = "1.0"
|
||||
pkg-config = "0.3"
|
||||
bindgen = "0.56"
|
||||
num_cpus = "1.13.0"
|
||||
cc = "1.0.67"
|
||||
pkg-config = "0.3.19"
|
||||
bindgen = "0.57.0"
|
||||
|
||||
[target.'cfg(target_env = "msvc")'.build-dependencies]
|
||||
vcpkg = "0.2"
|
||||
vcpkg = "0.2.11"
|
||||
|
||||
[features]
|
||||
default = ["avcodec", "avdevice", "avfilter", "avformat", "swresample", "swscale"]
|
||||
|
||||
Reference in New Issue
Block a user