diff --git a/examples/Cargo.toml b/examples/Cargo.toml index 37ffd773f..1eeb085dd 100644 --- a/examples/Cargo.toml +++ b/examples/Cargo.toml @@ -32,7 +32,7 @@ byte-slice-cast = "1" cairo-rs = { git = "https://github.com/gtk-rs/gtk-rs-core", features=["use_glib"], optional = true } 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.26", optional = true } +glutin = { version = "0.27", optional = true } once_cell = "1.0" image = { version="0.23", optional = true }