Merge pull request #143 from rust-windowing/update-macos-deps
Update macOS dependencies
This commit is contained in:
commit
53ae12a637
1 changed files with 2 additions and 2 deletions
|
|
@ -51,8 +51,8 @@ features = ["Win32_Graphics_Gdi", "Win32_UI_WindowsAndMessaging", "Win32_Foundat
|
|||
[target.'cfg(target_os = "macos")'.dependencies]
|
||||
bytemuck = { version = "1.12.3", features = ["extern_crate_alloc"] }
|
||||
cocoa = "0.25.0"
|
||||
core-graphics = "0.22.3"
|
||||
foreign-types = "0.3.0"
|
||||
core-graphics = "0.23.1"
|
||||
foreign-types = "0.5.0"
|
||||
objc = "0.2.7"
|
||||
|
||||
[target.'cfg(target_arch = "wasm32")'.dependencies]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue