We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e76272b commit bdb7febCopy full SHA for bdb7feb
plugins/opener/Cargo.toml
@@ -55,11 +55,13 @@ url = { workspace = true }
55
56
[target."cfg(target_os = \"macos\")".dependencies.objc2-app-kit]
57
version = "0.2"
58
-features = ["NSWorkspace"]
+default-features = false
59
+features = ["std", "NSWorkspace"]
60
61
[target."cfg(target_os = \"macos\")".dependencies.objc2-foundation]
62
-features = ["NSURL", "NSArray", "NSString"]
63
64
+features = ["std", "NSURL", "NSArray", "NSString"]
65
66
[target.'cfg(target_os = "ios")'.dependencies]
67
tauri = { workspace = true, features = ["wry"] }
0 commit comments