Update min/max window constraints to support MacOS 10.10.

This commit is contained in:
Corey Farwell 2016-11-23 10:50:12 -05:00
parent f8666a05fb
commit 57d1e162ee
2 changed files with 55 additions and 16 deletions

View file

@ -26,7 +26,7 @@ objc = "0.2"
[target.'cfg(target_os = "macos")'.dependencies]
objc = "0.2"
cgl = "0.1"
cocoa = "0.5.1"
cocoa = "0.5.0"
core-foundation = "0"
core-graphics = "0.4"