File tree Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -56,9 +56,17 @@ windows = { version = "0.59", features = [
56
56
[target .'cfg(target_os = "macos")' .dependencies ]
57
57
core-foundation = " 0.10"
58
58
core-graphics = { version = " 0.24" , features = [" highsierra" ] }
59
- objc2 = { version = " 0.5" , features = [" relax-void-encoding" ] }
60
- objc2-app-kit = { version = " 0.2" , features = [" NSEvent" , " NSGraphicsContext" ] }
61
- objc2-foundation = { version = " 0.2" , features = [" NSGeometry" ] }
59
+ objc2 = { version = " 0.6" , features = [" relax-void-encoding" ] }
60
+ objc2-app-kit = { version = " 0.3" , default-features = false , features = [
61
+ " std" ,
62
+ " NSEvent" ,
63
+ " NSGraphicsContext" ,
64
+ ] }
65
+ objc2-foundation = { version = " 0.3" , default-features = false , features = [
66
+ " std" ,
67
+ " objc2-core-foundation" ,
68
+ " NSGeometry" ,
69
+ ] }
62
70
foreign-types-shared = " 0.3"
63
71
64
72
[target .'cfg(all(unix, not(target_os = "macos")))' .dependencies ]
You can’t perform that action at this time.
0 commit comments