Releases: rust-mobile/ndk
Releases · rust-mobile/ndk
ndk v0.2.1
- Fix documentation build on docs.rs
ndk-sys v0.2.1
- Fix documentation build on docs.rs
ndk-glue v0.2.1
- Fix documentation build on docs.rs
cargo-apk v0.5.3
- Fix
res
folder resolve.
ndk v0.2.0
- Breaking: Updated to use ndk-sys 0.2.0
- Added
media
bindings - Added
bitmap
andhardware_buffer
bindings - Added
aaudio
bindings - Fixed assets directory path to be relative to the manifest
- Added
trace
feature for native tracing
ndk-sys v0.2.0
- Breaking:
onSaveInstanceState
signature corrected to takeoutSize
as a*mut size_t
instead of*mut usize
. - Add
media
bindings - Add
bitmap
andhardware_buffer
bindings - Add
aaudio
bindings
ndk-macro v0.2.0
- Added crate name override option
- Breaking: Changed macro attribute syntax
ndk-glue v0.2.0
- Breaking: Removed
ndk_glue
macro in favor of newmain
attribute macro.
ndk-build v0.1.2
android:label
is configurable.- Library search paths are much more intelligent.
android:screenOrientation
is configurable.
cargo-apk v0.5.2
- Updated to use ndk-build 0.1.2