We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c5e6d8 commit 8514656Copy full SHA for 8514656
crates/header-translator/src/output.rs
@@ -39,6 +39,7 @@ impl Output {
39
let mut macos_10_13_features: BTreeSet<String> = vec![
40
"unstable-frameworks-macos-10-7".into(),
41
"unstable-example-delegate".into(),
42
+ "unstable-example-metal".into(),
43
"unstable-example-nspasteboard".into(),
44
"unstable-example-speech_synthesis".into(),
45
]
crates/icrate/Cargo.toml
@@ -5311,6 +5311,7 @@ unstable-frameworks-macos-10-13 = [
5311
"Metal_all",
5312
"PhotoKit_all",
5313
"unstable-example-delegate",
5314
+ "unstable-example-metal",
5315
"unstable-example-nspasteboard",
5316
"unstable-example-speech_synthesis",
5317
"unstable-frameworks-macos-10-7",
0 commit comments