WR update

This commit is contained in:
Paul Rouget 2018-08-06 06:39:37 +02:00
parent 2f14e33395
commit 0d9161dd7b
22 changed files with 140 additions and 140 deletions

View file

@ -16,9 +16,9 @@ doctest = false
unstable = ["packed_simd"]
[dependencies]
app_units = "0.6"
app_units = "0.7"
bitflags = "1.0"
euclid = "0.18"
euclid = "0.19"
fnv = "1.0"
fontsan = {git = "https://github.com/servo/fontsan"}
gfx_traits = {path = "../gfx_traits"}
@ -48,8 +48,8 @@ ucd = "0.1.1"
[target.'cfg(target_os = "macos")'.dependencies]
byteorder = "1.0"
core-foundation = "0.6"
core-graphics = "0.14"
core-text = "10.0"
core-graphics = "0.16"
core-text = "11.0"
[target.'cfg(any(target_os = "linux", target_os = "android"))'.dependencies]
freetype = "0.4"