ndk-glue v0.4.0
MarijnS95
released this
03 Aug 08:00
·
212 commits
to master
since this release
- Looper is now created before returning from
ANativeActivity_onCreate
, solving race conditions inonInputQueueCreated
. - Event pipe and looper are now notified of removal before destroying
NativeWindow
andInputQueue
. 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
andlog
from the crate root forndk-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 forndk-glue
too.