forked from mirrors/gstreamer-rs
examples: Update to glutin 0.28
This commit is contained in:
parent
f6dc14b946
commit
33f75191d5
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ byte-slice-cast = "1"
|
||||||
cairo-rs = { git = "https://github.com/gtk-rs/gtk-rs-core" , features=["use_glib"], optional = true }
|
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 }
|
pango = { git = "https://github.com/gtk-rs/gtk-rs-core" , optional = true }
|
||||||
pangocairo = { 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"
|
once_cell = "1.0"
|
||||||
image = { version="0.23", optional = true }
|
image = { version="0.23", optional = true }
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue