examples: Update to glutin 0.27

This commit is contained in:
Sebastian Dröge 2021-06-22 08:55:38 +03:00
parent dfeb777513
commit 7c0fa02ffb

View file

@ -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 }