Fix stupid shit

This commit is contained in:
tomaka 2017-01-28 11:22:20 +01:00 committed by GitHub
parent 3a139685b9
commit 5b1d38cb2f

View file

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