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

@ -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"