diff --git a/Cargo.toml b/Cargo.toml index 44365d5..19116f9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,7 +42,8 @@ rev = "2024.05.24" # release 2024.05.24 # to check for a new one, check https:// [package.metadata.vcpkg.target] x86_64-pc-windows-msvc = { triplet = "x64-windows-static-md" } x86_64-unknown-linux-gnu = { triplet = "x64-linux" } -# x86_64-apple-darwin = { triplet = "x64-osx-release" } +x86_64-apple-darwin = { triplet = "x64-osx" } +aarch64-apple-darwin = { triplet = "arm64-osx" } [target.'cfg(target_os = "emscripten")'.dependencies] libc = "0.2.16"