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 8514656
Show file tree
Hide file tree
Showing 3 changed files with 213 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
1 change: 1 addition & 0 deletions crates/icrate/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5311,6 +5311,7 @@ unstable-frameworks-macos-10-13 = [
"Metal_all",
"PhotoKit_all",
"unstable-example-delegate",
"unstable-example-metal",
"unstable-example-nspasteboard",
"unstable-example-speech_synthesis",
"unstable-frameworks-macos-10-7",
Expand Down
Loading

0 comments on commit 8514656

Please sign in to comment.