Switch glutin to use servo fork, which contains a crash fix for XCloseDisplay in some X11 drivers.

This commit is contained in:
Glenn Watson 2015-01-30 08:12:19 +10:00
parent d026457fdd
commit dab954a253
2 changed files with 4 additions and 3 deletions

View file

@ -365,7 +365,7 @@ dependencies = [
[[package]]
name = "glutin"
version = "0.0.4-pre"
source = "git+https://github.com/tomaka/glutin#1d6b863cd454839b8e3cf1e296cbf8f31fb70029"
source = "git+https://github.com/servo/glutin?branch=servo#3814e0cadc85f558b7a417c9d4b97337382aeb36"
dependencies = [
"android_glue 0.0.1 (git+https://github.com/tomaka/android-rs-glue)",
"cocoa 0.1.1 (git+https://github.com/servo/rust-cocoa)",
@ -386,7 +386,7 @@ dependencies = [
"egl 0.1.0 (git+https://github.com/servo/rust-egl)",
"geom 0.1.0 (git+https://github.com/servo/rust-geom)",
"gleam 0.0.1 (git+https://github.com/servo/gleam)",
"glutin 0.0.4-pre (git+https://github.com/tomaka/glutin)",
"glutin 0.0.4-pre (git+https://github.com/servo/glutin?branch=servo)",
"layers 0.1.0 (git+https://github.com/servo/rust-layers)",
"msg 0.0.1",
"time 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",

View file

@ -27,7 +27,8 @@ path = "../../components/msg"
path = "../../components/util"
[dependencies.glutin]
git = "https://github.com/tomaka/glutin"
git = "https://github.com/servo/glutin"
branch = "servo"
[dependencies.gleam]
git = "https://github.com/servo/gleam"