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 b5d6287 commit 0638fdbCopy full SHA for 0638fdb
Cargo.toml
@@ -38,7 +38,8 @@ ndk-context = "0.1"
38
[target.'cfg(any(target_os = "ios", target_os = "tvos", target_os = "visionos"))'.dependencies]
39
block2 = "0.5.0"
40
objc2 = "0.5.1"
41
-objc2-foundation = { version = "0.2.0", features = [
+objc2-foundation = { version = "0.2.0", default-features = false, features = [
42
+ "std",
43
"NSDictionary",
44
"NSString",
45
"NSURL",
0 commit comments