Add support for MacOS ARM64 (#3862)

This commit is contained in:
daxpedda 2024-08-13 23:01:17 +02:00 committed by GitHub
parent a96491f302
commit 7fbc2118b6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 14 additions and 9 deletions

View file

@ -7,6 +7,7 @@
all-features = true
exclude-dev = true
targets = [
{ triple = "aarch64-apple-darwin" },
{ triple = "aarch64-apple-ios" },
{ triple = "aarch64-linux-android" },
{ triple = "i686-pc-windows-gnu" },