examples/glupload: Switch to glutin 0.20 instead of some git version

This commit is contained in:
Sebastian Dröge 2019-04-09 09:36:33 +03:00
parent 1e4d63d77f
commit 5a6313c682

View file

@ -26,7 +26,7 @@ failure_derive = "0.1"
cairo-rs = { git = "https://github.com/gtk-rs/cairo", features=["use_glib"], optional = true }
pango = { git = "https://github.com/gtk-rs/pango", optional = true }
pangocairo = { git = "https://github.com/gtk-rs/pangocairo", optional = true }
glutin = { git = "https://github.com/tomaka/glutin", optional = true }
glutin = { version = "0.20", optional = true }
[build-dependencies]
gl_generator = { version = "0.10", optional = true }