mirror of
https://github.com/servo/servo.git
synced 2025-08-09 07:25:35 +01:00
Switch glutin to use servo fork, which contains a crash fix for XCloseDisplay in some X11 drivers.
This commit is contained in:
parent
d026457fdd
commit
dab954a253
2 changed files with 4 additions and 3 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue