diff options
author | Dzmitry Malyshau <kvark@mozilla.com> | 2017-11-17 12:03:50 -0500 |
---|---|---|
committer | Anthony Ramine <n.oxyde@gmail.com> | 2017-11-22 00:43:34 +0100 |
commit | ba214bcec5f724c93d6725bcdff8fa804881958b (patch) | |
tree | e4819197b3e40b86b7726a994f6d8ac68f5bb6db /ports | |
parent | d1e4fdb7faf5b32079e83fa03fe0386bb7c65db3 (diff) | |
download | servo-ba214bcec5f724c93d6725bcdff8fa804881958b.tar.gz servo-ba214bcec5f724c93d6725bcdff8fa804881958b.zip |
WR multi-document support
Diffstat (limited to 'ports')
-rw-r--r-- | ports/cef/Cargo.toml | 2 | ||||
-rw-r--r-- | ports/glutin/Cargo.toml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ports/cef/Cargo.toml b/ports/cef/Cargo.toml index 20693cd8385..7f91fc6184a 100644 --- a/ports/cef/Cargo.toml +++ b/ports/cef/Cargo.toml @@ -40,7 +40,7 @@ webrender_api = {git = "https://github.com/servo/webrender", features = ["ipc"]} [target.'cfg(target_os="macos")'.dependencies] objc = "0.2" -cocoa = "0.10" +cocoa = "0.13" [target.'cfg(target_os="linux")'.dependencies] x11 = "2.3" diff --git a/ports/glutin/Cargo.toml b/ports/glutin/Cargo.toml index 7f40a3e6b02..36f72d7a8da 100644 --- a/ports/glutin/Cargo.toml +++ b/ports/glutin/Cargo.toml @@ -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.12" +servo-glutin = "0.13" servo_geometry = {path = "../../components/geometry"} servo_config = {path = "../../components/config"} servo_url = {path = "../../components/url"} |