Releases: rust-mobile/ndk
Releases · rust-mobile/ndk
ndk-glue v0.4.1
- Initialize
ndk-context 0.1.0for cross-version access to the JavaVMand AndroidContext.
ndk-glue v0.6.1
- Initialize
ndk-context 0.1.0for cross-version access to the JavaVMand 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.0andndk 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_loggerandlogcrate 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::mainmacro 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.0andndk-macros 0.3.0.
ndk-build v0.4.3
- Provide NDK
build_tagversion fromsource.propertiesin the NDK root.