Skip to content

Commit

Permalink
chore: prepare for objc2 frameworks v0.3 (#264)
Browse files Browse the repository at this point in the history
These will have a bunch of default features enabled, so let's
pre-emptively disable them.
  • Loading branch information
madsmtm authored Jan 21, 2025
1 parent e6b68f9 commit c225f77
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,15 +46,17 @@ libxdo = { version = "0.6.0", optional = true }

[target.'cfg(target_os = "macos")'.dependencies]
objc2 = "0.5.2"
objc2-foundation = { version = "0.2.2", features = [
objc2-foundation = { version = "0.2.2", default-features = false, features = [
"std",
"NSAttributedString",
"NSData",
"NSDictionary",
"NSGeometry",
"NSString",
"NSThread",
] }
objc2-app-kit = { version = "0.2.2", features = [
objc2-app-kit = { version = "0.2.2", default-features = false, features = [
"std",
"NSApplication",
"NSCell",
"NSEvent",
Expand Down

0 comments on commit c225f77

Please sign in to comment.