cargo-apk v0.7.0
MarijnS95
released this
10 May 18:31
·
225 commits
to master
since this release
- Added
cargo apk check
. Useful for compile-testing crates that contain C/C++ dependencies or target-specific conditional compilation, but do not provide a cdylib target. - Added
apk_name
field to android metadata for APK file naming (defaults to Rust library name if unspecified).
The application label is now no longer used for this purpose, and can contain a string resource ID from now on.