forked from mirrors/gstreamer-rs
Change to the official glutin repository
Since the PR for egldisplay was already merged.
This commit is contained in:
parent
d8b1c40519
commit
ee87f286a0
1 changed files with 1 additions and 3 deletions
|
@ -26,9 +26,7 @@ failure_derive = "0.1"
|
||||||
cairo-rs = { git = "https://github.com/gtk-rs/cairo", features=["use_glib"], optional = true }
|
cairo-rs = { git = "https://github.com/gtk-rs/cairo", features=["use_glib"], optional = true }
|
||||||
pango = { git = "https://github.com/gtk-rs/pango", optional = true }
|
pango = { git = "https://github.com/gtk-rs/pango", optional = true }
|
||||||
pangocairo = { git = "https://github.com/gtk-rs/pangocairo", optional = true }
|
pangocairo = { git = "https://github.com/gtk-rs/pangocairo", optional = true }
|
||||||
# Using my personal repository (vjaquez) for glutin until
|
glutin = { git = "https://github.com/tomaka/glutin", optional = true }
|
||||||
# https://github.com/tomaka/glutin/pull/1082 is merged
|
|
||||||
glutin = { git = "https://github.com/ceyusa/glutin", branch="native-display", optional = true }
|
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
gl_generator = { version = "0.10", optional = true }
|
gl_generator = { version = "0.10", optional = true }
|
||||||
|
|
Loading…
Reference in a new issue