Skip to content

Commit 708baa7

Browse files
madsmtmpentamassiv
authored andcommitted
chore: Update objc2 v0.6
1 parent 16c7611 commit 708baa7

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

Cargo.toml

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,17 @@ windows = { version = "0.59", features = [
5656
[target.'cfg(target_os = "macos")'.dependencies]
5757
core-foundation = "0.10"
5858
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+
] }
6270
foreign-types-shared = "0.3"
6371

6472
[target.'cfg(all(unix, not(target_os = "macos")))'.dependencies]

0 commit comments

Comments
 (0)