Update WR (workaround a mac GL driver bug).

Also includes updates to the mac core-* crates and friends.
This commit is contained in:
Glenn Watson 2017-09-22 14:46:40 +10:00
parent 5c797d1943
commit 153e0a1dad
8 changed files with 104 additions and 110 deletions

View file

@ -44,9 +44,9 @@ xi-unicode = "0.1.0"
[target.'cfg(target_os = "macos")'.dependencies]
byteorder = "1.0"
core-foundation = "0.3"
core-graphics = "0.8"
core-text = "6.0"
core-foundation = "0.4"
core-graphics = "0.9"
core-text = "7.0"
[target.'cfg(any(target_os = "linux", target_os = "android"))'.dependencies]
freetype = "0.3"