Skip to content

Commit 9cd6bb1

Browse files
authored
fix: Set proper target to build accesskit_macos documentation (#226)
1 parent d76b899 commit 9cd6bb1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

platforms/macos/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ repository = "https://github.com/AccessKit/accesskit"
1010
readme = "README.md"
1111
edition = "2021"
1212

13+
[package.metadata.docs.rs]
14+
default-target = "x86_64-apple-darwin"
15+
1316
[dependencies]
1417
accesskit = { version = "0.11.0", path = "../../common" }
1518
accesskit_consumer = { version = "0.15.0", path = "../../consumer" }

0 commit comments

Comments
 (0)