We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d28323 commit c0ca682Copy full SHA for c0ca682
platforms/macos/Cargo.toml
@@ -10,6 +10,9 @@ repository = "https://github.com/AccessKit/accesskit"
10
readme = "README.md"
11
edition = "2021"
12
13
+[package.metadata.docs.rs]
14
+default-target = "x86_64-apple-darwin"
15
+
16
[dependencies]
17
accesskit = { version = "0.11.0", path = "../../common" }
18
accesskit_consumer = { version = "0.15.0", path = "../../consumer" }
0 commit comments