Releases: rust-mobile/ndk
Releases · rust-mobile/ndk
ndk-glue v0.4.1
- Initialize
ndk-context 0.1.0
for cross-version access to the JavaVM
and AndroidContext
.
ndk-glue v0.6.1
- Initialize
ndk-context 0.1.0
for cross-version access to the JavaVM
and AndroidContext
.
ndk-context v0.1.0
Provides a stable api to rust crates for interfacing with the Android platform. It is initialized by the runtime, usually ndk-glue, but could also be initialized by Java or Kotlin code when embedding in an existing Android project.
ndk-sys v0.3.0
ndk-glue v0.6.0
- Breaking: Update to
ndk-sys 0.3.0
andndk 0.6.0
. (#214)
ndk v0.6.0
ndk-sys v0.2.2
- Regenerate against NDK 23.0.7599858 (#178)
ndk-macro v0.3.0
- Breaking: Removed
android_logger
andlog
crate path overrides from macro input attributes in favour of using the reexports fromndk-glue
.
Applications no longer have to provide these crates in scope of thendk_glue::main
macro when logging is enabled.
ndk-glue v0.5.0
- Document when to lock and unlock the window/input queue when certain events are received.
- Breaking: Update to
ndk 0.5.0
andndk-macros 0.3.0
.
ndk-build v0.4.3
- Provide NDK
build_tag
version fromsource.properties
in the NDK root.