Skip to content

Commit

Permalink
build(docs.rs): cover more Mac targets
Browse files Browse the repository at this point in the history
  • Loading branch information
ErichDonGubler authored and grovesNL committed May 23, 2024
1 parent df7e071 commit 0d6214f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,13 @@ edition = "2021"
exclude = ["guide/**/*", "examples/texture/**/*", "tests/**/*", "Cargo.lock", "target/**/*"]

[package.metadata.docs.rs]
default-target = "x86_64-apple-darwin"
targets = [
"aarch64-apple-darwin", # presented first in Docs.rs, keep this here
"aarch64-apple-ios",
"aarch64-apple-ios-sim",
"x86_64-apple-darwin",
"x86_64-apple-ios",
]

[features]
default = ["link"]
Expand Down

0 comments on commit 0d6214f

Please sign in to comment.