Skip to content

Commit

Permalink
Exclude windows-targets from the workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisDenton committed Aug 9, 2024
1 parent acb0241 commit 7d5fbb2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions library/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ members = [
exclude = [
# stdarch has its own Cargo workspace
"stdarch",
"windows_targets"
]

[profile.release.package.compiler_builtins]
Expand Down
2 changes: 2 additions & 0 deletions library/windows_targets/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,5 @@ edition = "2021"
# Enable using raw-dylib for Windows imports.
# This will eventually be the default.
windows_raw_dylib = []

[workspace]

0 comments on commit 7d5fbb2

Please sign in to comment.