Skip to content

Commit

Permalink
Refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
silvanshade committed Aug 28, 2023
1 parent 6c5e6d8 commit 79c4109
Show file tree
Hide file tree
Showing 2 changed files with 209 additions and 134 deletions.
1 change: 1 addition & 0 deletions crates/header-translator/src/output.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ impl Output {
let mut macos_10_13_features: BTreeSet<String> = vec![
"unstable-frameworks-macos-10-7".into(),
"unstable-example-delegate".into(),
"unstable-example-metal".into(),
"unstable-example-nspasteboard".into(),
"unstable-example-speech_synthesis".into(),
]
Expand Down
Loading

0 comments on commit 79c4109

Please sign in to comment.