examples: Update to glutin 0.28

This commit is contained in:
Sebastian Dröge 2021-12-03 10:21:10 +02:00
parent f6dc14b946
commit 33f75191d5

View file

@ -33,7 +33,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.27", optional = true }
glutin = { version = "0.28", optional = true }
once_cell = "1.0"
image = { version="0.23", optional = true }