diff --git a/native/rust/.cargo/config.toml b/native/rust/.cargo/config.toml new file mode 100644 index 00000000..351acab4 --- /dev/null +++ b/native/rust/.cargo/config.toml @@ -0,0 +1,2 @@ +[build] +target = "aarch64-linux-android" \ No newline at end of file