mirror of
https://github.com/italicsjenga/winit-sonoma-fix.git
synced 2025-01-23 10:26:34 +11:00
Update mac dependencies (#390)
This commit is contained in:
parent
107a1e7332
commit
b49abbbf17
1 changed files with 3 additions and 3 deletions
|
@ -22,9 +22,9 @@ objc = "0.2"
|
|||
|
||||
[target.'cfg(target_os = "macos")'.dependencies]
|
||||
objc = "0.2"
|
||||
cocoa = "0.13"
|
||||
core-foundation = "0.4"
|
||||
core-graphics = "0.12"
|
||||
cocoa = "0.14"
|
||||
core-foundation = "0.5"
|
||||
core-graphics = "0.13"
|
||||
|
||||
[target.'cfg(target_os = "windows")'.dependencies.winapi]
|
||||
version = "0.3"
|
||||
|
|
Loading…
Add table
Reference in a new issue