We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e39a29b commit 0090d41Copy full SHA for 0090d41
Cargo.toml
@@ -15,6 +15,7 @@ build = "build.rs"
15
[package.metadata.docs.rs]
16
features = ["everything", "impl-debug", "impl-default"]
17
default-target = "x86_64-pc-windows-msvc"
18
+targets = ["aarch64-pc-windows-msvc", "i686-pc-windows-msvc", "x86_64-pc-windows-msvc"]
19
20
[target.i686-pc-windows-gnu.dependencies]
21
winapi-i686-pc-windows-gnu = { version = "0.4", path = "i686" }
0 commit comments