Skip to content

Commit 0638fdb

Browse files
committed
ios: prepare for objc2 frameworks v0.3
These will have a bunch of default features enabled, so let's pre-emptively disable them.
1 parent b5d6287 commit 0638fdb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ ndk-context = "0.1"
3838
[target.'cfg(any(target_os = "ios", target_os = "tvos", target_os = "visionos"))'.dependencies]
3939
block2 = "0.5.0"
4040
objc2 = "0.5.1"
41-
objc2-foundation = { version = "0.2.0", features = [
41+
objc2-foundation = { version = "0.2.0", default-features = false, features = [
42+
"std",
4243
"NSDictionary",
4344
"NSString",
4445
"NSURL",

0 commit comments

Comments
 (0)