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

@ -48,9 +48,9 @@ features = ["serde_derive", "ipc"]
[target.'cfg(target_os = "macos")'.dependencies]
byteorder = "1.0"
core-foundation = "0.2"
core-graphics = "0.5"
core-text = "2.0"
core-foundation = "0.3"
core-graphics = "0.6"
core-text = "3.0"
[target.'cfg(any(target_os = "linux", target_os = "android"))'.dependencies]
freetype = "0.2"