From 71fecb8fc308a91384436f734452b5ecfda3f5fe Mon Sep 17 00:00:00 2001 From: Flux Date: Sat, 11 Jan 2025 12:41:32 +0200 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 64e8af5..818f389 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,8 @@ This script compiles a Rust library for both Android and iOS and copies the generated libraries to the appropriate Flutter project directories. #### Features: -- Compiles Rust for Android using `cargo-ndk` for `arm64-v8a`, `armeabi-v7a`, `x86_64`, and `x86` architectures. +- Installs missing cross compilation targets +- Compiles Rust for Android. - Conditionally compiles Rust for iOS if running on macOS. - Automatically cleans the build directory before compiling. - Copies `.so` (Android) and `.a` (iOS) files to the Flutter project.