Update cocoa and core-graphics (#608)
* Update cocoa and core-graphics * Release winit 0.17.0 * Updated date / README version
This commit is contained in:
parent
e8e9fa2418
commit
a32f7f2ec5
6 changed files with 11 additions and 8 deletions
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "winit"
|
||||
version = "0.16.2"
|
||||
version = "0.17.0"
|
||||
authors = ["The winit contributors, Pierre Krieger <pierre.krieger1708@gmail.com>"]
|
||||
description = "Cross-platform window creation library."
|
||||
keywords = ["windowing"]
|
||||
|
|
@ -30,9 +30,9 @@ objc = "0.2.3"
|
|||
|
||||
[target.'cfg(target_os = "macos")'.dependencies]
|
||||
objc = "0.2.3"
|
||||
cocoa = "0.15"
|
||||
cocoa = "0.17"
|
||||
core-foundation = "0.6"
|
||||
core-graphics = "0.14"
|
||||
core-graphics = "0.16"
|
||||
|
||||
[target.'cfg(target_os = "windows")'.dependencies.winapi]
|
||||
version = "0.3.5"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue