mirror of
https://github.com/rust-windowing/winit.git
synced 2026-09-01 14:20:05 -04:00
Update mac dependencies (#390)
This commit is contained in:
committed by
Pierre Krieger
parent
107a1e7332
commit
b49abbbf17
@@ -22,9 +22,9 @@ objc = "0.2"
|
|||||||
|
|
||||||
[target.'cfg(target_os = "macos")'.dependencies]
|
[target.'cfg(target_os = "macos")'.dependencies]
|
||||||
objc = "0.2"
|
objc = "0.2"
|
||||||
cocoa = "0.13"
|
cocoa = "0.14"
|
||||||
core-foundation = "0.4"
|
core-foundation = "0.5"
|
||||||
core-graphics = "0.12"
|
core-graphics = "0.13"
|
||||||
|
|
||||||
[target.'cfg(target_os = "windows")'.dependencies.winapi]
|
[target.'cfg(target_os = "windows")'.dependencies.winapi]
|
||||||
version = "0.3"
|
version = "0.3"
|
||||||
|
|||||||
Reference in New Issue
Block a user