Skip to content

Releases: rust-mobile/ndk

ndk-glue v0.4.1

15 Feb 19:19
4cb7b51
Compare
Choose a tag to compare
  • Initialize ndk-context 0.1.0 for cross-version access to the Java VM and Android Context.

ndk-glue v0.6.1

15 Feb 12:40
21e78af
Compare
Choose a tag to compare
  • Initialize ndk-context 0.1.0 for cross-version access to the Java VM and Android Context.

ndk-context v0.1.0

15 Feb 12:38
21e78af
Compare
Choose a tag to compare

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

05 Jan 14:16
f4dc726
Compare
Choose a tag to compare
  • Breaking: Use jni-sys for low-level JNI types instead of those autogenerated by bindgen based on the header.
    These JNI types are not publicly (re)exported anymore. (#209)
  • Regenerate against NDK 23.1.7779620, now including all Android-related headers. (#201)

ndk-glue v0.6.0

05 Jan 14:15
f4dc726
Compare
Choose a tag to compare
  • Breaking: Update to ndk-sys 0.3.0 and ndk 0.6.0. (#214)

ndk v0.6.0

05 Jan 14:15
f4dc726
Compare
Choose a tag to compare
  • Breaking: Upgrade to ndk-sys 0.3.0 and migrate to jni-sys types that it now directly uses in its bindings. (#209 / #214)

ndk-sys v0.2.2

23 Nov 09:46
7c4da9e
Compare
Choose a tag to compare
  • Regenerate against NDK 23.0.7599858 (#178)

ndk-macro v0.3.0

23 Nov 09:46
7c4da9e
Compare
Choose a tag to compare
  • Breaking: Removed android_logger and log crate path overrides from macro input attributes in favour of using the reexports from ndk-glue.
    Applications no longer have to provide these crates in scope of the ndk_glue::main macro when logging is enabled.

ndk-glue v0.5.0

23 Nov 09:47
7c4da9e
Compare
Choose a tag to compare
  • Document when to lock and unlock the window/input queue when certain events are received.
  • Breaking: Update to ndk 0.5.0 and ndk-macros 0.3.0.

ndk-build v0.4.3

23 Nov 09:47
55539dc
Compare
Choose a tag to compare
  • Provide NDK build_tag version from source.properties in the NDK root.