examples: Update to image 0.24

This commit is contained in:
Sebastian Dröge 2022-02-09 13:15:13 +02:00
parent 033dac2270
commit 98e12e835a

View file

@ -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 }
glutin = { version = "0.28", optional = true }
once_cell = "1.0"
image = { version="0.23", optional = true }
image = { version="0.24", optional = true }
[target.'cfg(target_os = "macos")'.dependencies]
cocoa = "0.24"