Skip to content

Commit 0d6214f

Browse files
ErichDonGublergrovesNL
authored andcommitted
build(docs.rs): cover more Mac targets
1 parent df7e071 commit 0d6214f

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

Cargo.toml

+7-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,13 @@ edition = "2021"
1313
exclude = ["guide/**/*", "examples/texture/**/*", "tests/**/*", "Cargo.lock", "target/**/*"]
1414

1515
[package.metadata.docs.rs]
16-
default-target = "x86_64-apple-darwin"
16+
targets = [
17+
"aarch64-apple-darwin", # presented first in Docs.rs, keep this here
18+
"aarch64-apple-ios",
19+
"aarch64-apple-ios-sim",
20+
"x86_64-apple-darwin",
21+
"x86_64-apple-ios",
22+
]
1723

1824
[features]
1925
default = ["link"]

0 commit comments

Comments
 (0)