From b1f1c7dd4e5ef07c519b582c2c3740dd5d8c22d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= <sebastian@centricular.com> Date: Wed, 9 Feb 2022 13:15:13 +0200 Subject: [PATCH] examples: Update to image 0.24 --- examples/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/Cargo.toml b/examples/Cargo.toml index 38e085886..00f1eb5c0 100644 --- a/examples/Cargo.toml +++ b/examples/Cargo.toml @@ -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 } 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"