mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs.git
synced 2024-11-22 17:41:05 +00:00
examples: Update to glutin 0.27
This commit is contained in:
parent
dfeb777513
commit
7c0fa02ffb
1 changed files with 1 additions and 1 deletions
|
@ -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 }
|
||||
|
||||
|
|
Loading…
Reference in a new issue