Merge pull request #116 from tomaka/tomaka-patch-1

Pin down to cocoa 0.5.2
This commit is contained in:
tomaka 2017-01-20 07:32:46 +01:00 committed by GitHub
commit ab61551492

View file

@ -1,6 +1,6 @@
[package]
name = "winit"
version = "0.5.7"
version = "0.5.8"
authors = ["The winit contributors, Pierre Krieger <pierre.krieger1708@gmail.com>"]
description = "Cross-platform window creation library."
keywords = ["windowing"]
@ -26,7 +26,7 @@ objc = "0.2"
[target.'cfg(target_os = "macos")'.dependencies]
objc = "0.2"
cgl = "0.1"
cocoa = "0.5.2"
cocoa = "=0.5.2"
core-foundation = "0"
core-graphics = "0.4"