mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-01 10:01:07 +02:00
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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user