diff --git a/examples/Cargo.toml b/examples/Cargo.toml index fe1cdac43..b25b6b033 100644 --- a/examples/Cargo.toml +++ b/examples/Cargo.toml @@ -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"