Skip to content

Commit a56f5d1

Browse files
committed
update
1 parent 9276571 commit a56f5d1

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Cargo.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,11 @@ documentation = "https://ahq-softwares.github.io/win32_notif/"
1010

1111
[package.metadata.docs.rs]
1212
all-features = true
13-
targets = ["x86_64-pc-windows-msvc", "i686-pc-windows-msvc"]
13+
targets = [
14+
"x86_64-pc-windows-msvc",
15+
"i686-pc-windows-msvc",
16+
"aarch64-pc-windows-msvc",
17+
]
1418

1519
[dependencies]
1620
windows = { version = "0.61", features = [

0 commit comments

Comments
 (0)