📦 GroundMotion.rs v0.1.3-binary
Precompiled binary release for the latest ground-motion-bin
executable. No changes were made to the ground-motion-lib
crate published on crates.io — this release provides updated and expanded prebuilt binaries for multiple platforms.
What’s New
- Added precompiled binaries for macOS and Windows alongside Linux.
- Updated GitHub Actions workflow to:
- Build and package binaries for Linux (musl), macOS (Darwin), and Windows (MSVC).
- Upload platform-specific binaries to the release page with clear target names.
Download
You can now download precompiled binaries for your platform from the:
Platform | Binary |
---|---|
Linux (x86_64, musl) | ground-motion-bin-x86_64-unknown-linux-musl |
macOS (x86_64) | ground-motion-bin-x86_64-apple-darwin |
Windows (x86_64) | ground-motion-bin-x86_64-pc-windows-msvc.exe |
📦 No Changes to ground-motion-lib
The library crate remains at v0.1.3 on crates.io — no API or implementation changes in this release.
Full Changelog: v0.1.3...v0.1.3-binary