Skip to content

Commit 1fead29

Browse files
authored
fix: Tell docs.rs to only build accesskit_windows on Windows (#483)
1 parent f25d03a commit 1fead29

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

platforms/windows/Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ readme = "README.md"
1111
edition.workspace = true
1212
rust-version.workspace = true
1313

14+
[package.metadata.docs.rs]
15+
default-target = "x86_64-pc-windows-msvc"
16+
targets = []
17+
1418
[dependencies]
1519
accesskit = { version = "0.17.0", path = "../../common" }
1620
accesskit_consumer = { version = "0.25.0", path = "../../consumer" }

0 commit comments

Comments
 (0)