Skip to content

ndk-glue v0.7.0

Compare
Choose a tag to compare
@MarijnS95 MarijnS95 released this 26 Jul 12:03
· 120 commits to master since this release
9a8be25
  • Breaking: Provide a LockReadGuard newtype around NativeWindow/InputQueue to hide the underlying lock implementation. (#288)
  • Breaking: Transpose LockReadGuard<Option<T>> into Option<LockReadGuard<T>> to only necessitate an Option unpack/unwrap() once. (#282)