Upgrade all deps using core-foundation

This commit is contained in:
Linus Färnstrand 2018-01-13 00:45:56 +01:00
parent 64c514ac3a
commit b2ec9792f6
3 changed files with 5 additions and 5 deletions

View file

@ -49,9 +49,9 @@ xi-unicode = "0.1.0"
[target.'cfg(target_os = "macos")'.dependencies] [target.'cfg(target_os = "macos")'.dependencies]
byteorder = "1.0" byteorder = "1.0"
core-foundation = "0.4" core-foundation = "0.5"
core-graphics = "0.12.2" core-graphics = "0.13"
core-text = "8.0" core-text = "9.0"
[target.'cfg(any(target_os = "linux", target_os = "android"))'.dependencies] [target.'cfg(any(target_os = "linux", target_os = "android"))'.dependencies]
freetype = "0.3" freetype = "0.3"

View file

@ -40,7 +40,7 @@ webrender_api = {git = "https://github.com/servo/webrender", features = ["ipc"]}
[target.'cfg(target_os="macos")'.dependencies] [target.'cfg(target_os="macos")'.dependencies]
objc = "0.2" objc = "0.2"
cocoa = "0.13" cocoa = "0.14"
[target.'cfg(target_os="linux")'.dependencies] [target.'cfg(target_os="linux")'.dependencies]
x11 = "2.3" x11 = "2.3"

View file

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