mirror of
https://github.com/servo/servo.git
synced 2025-10-01 09:09:15 +01:00
Update WR (workaround a mac GL driver bug).
Also includes updates to the mac core-* crates and friends.
This commit is contained in:
parent
5c797d1943
commit
153e0a1dad
8 changed files with 104 additions and 110 deletions
|
@ -37,7 +37,7 @@ webrender_api = {git = "https://github.com/servo/webrender", features = ["ipc"]}
|
|||
|
||||
[target.'cfg(target_os="macos")'.dependencies]
|
||||
objc = "0.2"
|
||||
cocoa = "0.9"
|
||||
cocoa = "0.10"
|
||||
|
||||
[target.'cfg(target_os="linux")'.dependencies]
|
||||
x11 = "2.3"
|
||||
|
|
|
@ -18,7 +18,7 @@ log = "0.3.5"
|
|||
msg = {path = "../../components/msg"}
|
||||
net_traits = {path = "../../components/net_traits"}
|
||||
script_traits = {path = "../../components/script_traits"}
|
||||
servo-glutin = "0.11"
|
||||
servo-glutin = "0.12"
|
||||
servo_geometry = {path = "../../components/geometry"}
|
||||
servo_config = {path = "../../components/config"}
|
||||
servo_url = {path = "../../components/url"}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue