From 7c0fa02ffb8b924646b7ab999eba70a00ed5b643 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Tue, 22 Jun 2021 08:55:38 +0300 Subject: [PATCH] examples: Update to glutin 0.27 --- examples/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }