forked from mirrors/gstreamer-rs
examples: Update to image 0.24
This commit is contained in:
parent
033dac2270
commit
98e12e835a
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ pango = { git = "https://github.com/gtk-rs/gtk-rs-core" , optional = true }
|
||||||
pangocairo = { git = "https://github.com/gtk-rs/gtk-rs-core" , optional = true }
|
pangocairo = { git = "https://github.com/gtk-rs/gtk-rs-core" , optional = true }
|
||||||
glutin = { version = "0.28", optional = true }
|
glutin = { version = "0.28", optional = true }
|
||||||
once_cell = "1.0"
|
once_cell = "1.0"
|
||||||
image = { version="0.23", optional = true }
|
image = { version="0.24", optional = true }
|
||||||
|
|
||||||
[target.'cfg(target_os = "macos")'.dependencies]
|
[target.'cfg(target_os = "macos")'.dependencies]
|
||||||
cocoa = "0.24"
|
cocoa = "0.24"
|
||||||
|
|
Loading…
Reference in a new issue