chore(deps): prepare for objc2 frameworks v0.3 (#12468)

These will have a bunch of default features enabled, so let's
pre-emptively disable them.
This commit is contained in:
Mads Marquart
2025-01-21 21:57:45 +01:00
committed by GitHub
parent fbe7c9ead7
commit 0ea8894579

View File

@@ -104,8 +104,13 @@ webkit2gtk = { version = "=2.0.1", features = ["v2_40"] }
embed_plist = "1.2"
plist = "1"
objc2 = "0.5"
objc2-foundation = { version = "0.2", features = ["NSData", "NSThread"] }
objc2-app-kit = { version = "0.2", features = [
objc2-foundation = { version = "0.2", default-features = false, features = [
"std",
"NSData",
"NSThread",
] }
objc2-app-kit = { version = "0.2", default-features = false, features = [
"std",
"NSApplication",
"NSColor",
"NSResponder",