Skip to content

Commit

Permalink
chore: Update objc2 v0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
madsmtm authored and pentamassiv committed Jan 26, 2025
1 parent 16c7611 commit 708baa7
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,17 @@ windows = { version = "0.59", features = [
[target.'cfg(target_os = "macos")'.dependencies]
core-foundation = "0.10"
core-graphics = { version = "0.24", features = ["highsierra"] }
objc2 = { version = "0.5", features = ["relax-void-encoding"] }
objc2-app-kit = { version = "0.2", features = ["NSEvent", "NSGraphicsContext"] }
objc2-foundation = { version = "0.2", features = ["NSGeometry"] }
objc2 = { version = "0.6", features = ["relax-void-encoding"] }
objc2-app-kit = { version = "0.3", default-features = false, features = [
"std",
"NSEvent",
"NSGraphicsContext",
] }
objc2-foundation = { version = "0.3", default-features = false, features = [
"std",
"objc2-core-foundation",
"NSGeometry",
] }
foreign-types-shared = "0.3"

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

0 comments on commit 708baa7

Please sign in to comment.