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 9276571 commit a56f5d1Copy full SHA for a56f5d1
Cargo.toml
@@ -10,7 +10,11 @@ documentation = "https://ahq-softwares.github.io/win32_notif/"
10
11
[package.metadata.docs.rs]
12
all-features = true
13
-targets = ["x86_64-pc-windows-msvc", "i686-pc-windows-msvc"]
+targets = [
14
+ "x86_64-pc-windows-msvc",
15
+ "i686-pc-windows-msvc",
16
+ "aarch64-pc-windows-msvc",
17
+]
18
19
[dependencies]
20
windows = { version = "0.61", features = [
0 commit comments