Update core-foundation-sys to 0.3

This commit is contained in:
Anthony Ramine 2017-02-03 09:21:33 +01:00 committed by Glenn Watson
parent a1d19ca5f8
commit db3e5be878
7 changed files with 103 additions and 218 deletions

View file

@ -42,7 +42,7 @@ features = ["serde_derive", "ipc"]
[target.'cfg(target_os="macos")'.dependencies]
objc = "0.2"
cocoa = "0.6"
cocoa = "0.7"
[target.'cfg(target_os="linux")'.dependencies]
x11 = "2.3"

View file

@ -17,7 +17,7 @@ log = "0.3.5"
msg = {path = "../../components/msg"}
net_traits = {path = "../../components/net_traits"}
script_traits = {path = "../../components/script_traits"}
servo-glutin = "0.7"
servo-glutin = "0.8"
servo_geometry = {path = "../../components/geometry"}
servo_config = {path = "../../components/config"}
servo_url = {path = "../../components/url"}