Skip to content

Commit 8514656

Browse files
committed
Refactoring
1 parent 6c5e6d8 commit 8514656

File tree

3 files changed

+213
-134
lines changed

3 files changed

+213
-134
lines changed

crates/header-translator/src/output.rs

+1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ impl Output {
3939
let mut macos_10_13_features: BTreeSet<String> = vec![
4040
"unstable-frameworks-macos-10-7".into(),
4141
"unstable-example-delegate".into(),
42+
"unstable-example-metal".into(),
4243
"unstable-example-nspasteboard".into(),
4344
"unstable-example-speech_synthesis".into(),
4445
]

crates/icrate/Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -5311,6 +5311,7 @@ unstable-frameworks-macos-10-13 = [
53115311
"Metal_all",
53125312
"PhotoKit_all",
53135313
"unstable-example-delegate",
5314+
"unstable-example-metal",
53145315
"unstable-example-nspasteboard",
53155316
"unstable-example-speech_synthesis",
53165317
"unstable-frameworks-macos-10-7",

0 commit comments

Comments
 (0)