update macos deps (#335)

This commit is contained in:
Andriy Symonovych 2017-10-31 12:03:18 +02:00 committed by Victor Berger
parent 62e45fa75d
commit 37a10e6741
5 changed files with 48 additions and 52 deletions

View file

@ -22,9 +22,9 @@ objc = "0.2"
[target.'cfg(target_os = "macos")'.dependencies]
objc = "0.2"
cocoa = "0.9"
cocoa = "0.11"
core-foundation = "0.4"
core-graphics = "0.8"
core-graphics = "0.10"
[target.'cfg(target_os = "windows")'.dependencies]
winapi = "0.2"