Build Rust side only for arm64

This reduces the build time since the other targets are unused.
master
Lonami Exo 2022-10-17 17:44:31 +02:00
parent f2cd0eb69a
commit 5e1f253dd3
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ dependencies {
cargo {
module = "../native"
libname = "talaria"
targets = ["arm64", "arm", "x86"]
targets = ["arm64"]
profile = 'release'
}