Releases: suikan4github/demo-flutter-rust-cpu
Releases · suikan4github/demo-flutter-rust-cpu
Release list
v0.1.9
Changed
- Release artifact filenames now follow the format
${project_name}-${version}-${target_os}-${arch}.${extension}(e.g.,demo-flutter-rust-cpu-0.1.9-linux-x86_64.tar.gz). - The
${arch}part is normalized tox86_64oraarch64depending on the build environment. - This change applies to all platforms: Linux, Windows, and macOS.
Full Changelog: v0.1.8...v0.1.9
v0.1.8
Fixes
- Fixed missing FFI library issue in distributed artifacts.
- Unified Rust FFI library placement and loading paths for all platforms.
- Updated CI/CD workflow to copy libraries into lib/ subdirectory in Flutter bundles.
Full Changelog: v0.1.7...v0.1.8