Skip to content

Releases: suikan4github/demo-flutter-rust-cpu

Release list

v0.1.9

Choose a tag to compare

@github-actions github-actions released this 30 Jun 23:35

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 to x86_64 or aarch64 depending 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

Choose a tag to compare

@github-actions github-actions released this 30 Jun 23:09

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