Skip to content

Commit c0ca682

Browse files
DataTrinylunixbochs
authored andcommitted
fix: Set proper target to build accesskit_macos documentation (AccessKit#226)
1 parent 5d28323 commit c0ca682

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)