Skip to content

ndk-glue v0.4.0

Compare
Choose a tag to compare
@MarijnS95 MarijnS95 released this 03 Aug 08:00
· 212 commits to master since this release
074eb06
  • Looper is now created before returning from ANativeActivity_onCreate, solving race conditions in onInputQueueCreated.
  • Event pipe and looper are now notified of removal before destroying NativeWindow and InputQueue. This allows applications to unlock their read-locks of these instances first (which they are supposed to hold on to during use) instead of deadlocking in
    Android callbacks.
  • Reexport android_logger and log from the crate root for ndk-macro to use.
  • Use new FdEvents bitflags for looper file descriptor events.
  • Update to ndk 0.4.0. This minor dependency bump causes a minor bump for ndk-glue too.