Skip to content

Commit

Permalink
fix: Tell docs.rs to only build accesskit_windows on Windows (#483)
Browse files Browse the repository at this point in the history
  • Loading branch information
DataTriny authored Nov 23, 2024
1 parent f25d03a commit 1fead29
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions platforms/windows/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ readme = "README.md"
edition.workspace = true
rust-version.workspace = true

[package.metadata.docs.rs]
default-target = "x86_64-pc-windows-msvc"
targets = []

[dependencies]
accesskit = { version = "0.17.0", path = "../../common" }
accesskit_consumer = { version = "0.25.0", path = "../../consumer" }
Expand Down

0 comments on commit 1fead29

Please sign in to comment.