[opener] Prepare for objc2 frameworks v0.3 (#2343)

These will have a bunch of default features enabled, so let's
preemptively disable them.
pull/2345/head
Mads Marquart 4 months ago committed by GitHub
parent e76272b619
commit bdb7febf9c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -55,11 +55,13 @@ url = { workspace = true }
[target."cfg(target_os = \"macos\")".dependencies.objc2-app-kit]
version = "0.2"
features = ["NSWorkspace"]
default-features = false
features = ["std", "NSWorkspace"]
[target."cfg(target_os = \"macos\")".dependencies.objc2-foundation]
version = "0.2"
features = ["NSURL", "NSArray", "NSString"]
default-features = false
features = ["std", "NSURL", "NSArray", "NSString"]
[target.'cfg(target_os = "ios")'.dependencies]
tauri = { workspace = true, features = ["wry"] }

Loading…
Cancel
Save