Skip to content

Commit

Permalink
Update WR (workaround a mac GL driver bug).
Browse files Browse the repository at this point in the history
Also includes updates to the mac core-* crates and friends.
  • Loading branch information
gw3583 committed Sep 22, 2017
1 parent 5c797d1 commit 153e0a1
Show file tree
Hide file tree
Showing 8 changed files with 104 additions and 110 deletions.
196 changes: 95 additions & 101 deletions Cargo.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion components/compositing/Cargo.toml
Expand Up @@ -13,7 +13,7 @@ path = "lib.rs"
euclid = "0.15"
gfx_traits = {path = "../gfx_traits"}
gleam = "0.4"
image = "0.12"
image = "0.14"
ipc-channel = "0.8"
log = "0.3.5"
msg = {path = "../msg"}
Expand Down
6 changes: 3 additions & 3 deletions components/gfx/Cargo.toml
Expand Up @@ -44,9 +44,9 @@ xi-unicode = "0.1.0"

[target.'cfg(target_os = "macos")'.dependencies]
byteorder = "1.0"
core-foundation = "0.3"
core-graphics = "0.8"
core-text = "6.0"
core-foundation = "0.4"
core-graphics = "0.9"
core-text = "7.0"

[target.'cfg(any(target_os = "linux", target_os = "android"))'.dependencies]
freetype = "0.3"
Expand Down
2 changes: 1 addition & 1 deletion components/net_traits/Cargo.toml
Expand Up @@ -15,7 +15,7 @@ heapsize = "0.4"
heapsize_derive = "0.1"
hyper = "0.10"
hyper_serde = "0.7"
image = "0.12"
image = "0.14"
ipc-channel = "0.8"
lazy_static = "0.2"
log = "0.3.5"
Expand Down
2 changes: 1 addition & 1 deletion components/script/Cargo.toml
Expand Up @@ -48,7 +48,7 @@ heapsize_derive = "0.1"
html5ever = {version = "0.19", features = ["heap_size"]}
hyper = "0.10"
hyper_serde = "0.7"
image = "0.12"
image = "0.14"
ipc-channel = "0.8"
js = {git = "https://github.com/servo/rust-mozjs", features = ["promises"]}
jstraceable_derive = {path = "../jstraceable_derive"}
Expand Down
2 changes: 1 addition & 1 deletion components/webdriver_server/Cargo.toml
Expand Up @@ -14,7 +14,7 @@ base64 = "0.5.2"
cookie = "0.6"
euclid = "0.15"
hyper = "0.10"
image = "0.12"
image = "0.14"
ipc-channel = "0.8"
log = "0.3.5"
msg = {path = "../msg"}
Expand Down
2 changes: 1 addition & 1 deletion ports/cef/Cargo.toml
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion ports/glutin/Cargo.toml
Expand Up @@ -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"}
Expand Down

0 comments on commit 153e0a1

Please sign in to comment.