mirror of
https://github.com/encounter/rust-ffmpeg-zmwangx.git
synced 2026-07-10 21:18:40 -07:00
Merge pull request #78 from ciuncan/master
Use `bindgen` bumped version of ffmpeg-sys-next crate
This commit is contained in:
+3
-3
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "ffmpeg-next"
|
||||
version = "4.4.0-next.1"
|
||||
version = "4.4.0-next.2"
|
||||
build = "build.rs"
|
||||
|
||||
authors = ["meh. <meh@schizofreni.co>", "Zhiming Wang <i@zhimingwang.org>"]
|
||||
@@ -109,9 +109,9 @@ libc = "0.2"
|
||||
bitflags = "1.2"
|
||||
|
||||
[dependencies.image]
|
||||
version = "0.12"
|
||||
version = "0.23"
|
||||
optional = true
|
||||
|
||||
[dependencies.ffmpeg-sys-next]
|
||||
version = "4.4.0-next.1"
|
||||
version = "4.4.0-next.2"
|
||||
default-features = false
|
||||
|
||||
Reference in New Issue
Block a user