WR multi-document support

This commit is contained in:
Dzmitry Malyshau 2017-11-17 12:03:50 -05:00 committed by Anthony Ramine
parent d1e4fdb7fa
commit ba214bcec5
8 changed files with 90 additions and 71 deletions

View file

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

View file

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