mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs.git
synced 2024-11-23 01:51:06 +00:00
examples: Update to image 0.24
This commit is contained in:
parent
af28e036a5
commit
b1f1c7dd4e
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ pango = { git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.15", versio
|
||||||
pangocairo = { git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.15", version = "0.15" , optional = true }
|
pangocairo = { git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.15", version = "0.15" , 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