mirror of
https://github.com/rust-windowing/winit.git
synced 2026-08-30 21:30:03 -04:00
Use class macro (#605)
This commit is contained in:
committed by
Francesca Frangipane
parent
0cb5450999
commit
7ee46d80e6
@@ -26,10 +26,10 @@ image = { version = "0.19", optional = true }
|
||||
version = "0.2"
|
||||
|
||||
[target.'cfg(target_os = "ios")'.dependencies]
|
||||
objc = "0.2"
|
||||
objc = "0.2.3"
|
||||
|
||||
[target.'cfg(target_os = "macos")'.dependencies]
|
||||
objc = "0.2"
|
||||
objc = "0.2.3"
|
||||
cocoa = "0.15"
|
||||
core-foundation = "0.6"
|
||||
core-graphics = "0.14"
|
||||
|
||||
Reference in New Issue
Block a user