mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs.git
synced 2024-12-23 08:36:31 +00:00
examples/glupload: Switch to glutin 0.20 instead of some git version
This commit is contained in:
parent
1e4d63d77f
commit
5a6313c682
1 changed files with 1 additions and 1 deletions
|
@ -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 }
|
||||
|
|
Loading…
Reference in a new issue