Skip to content

android-activity 0.4.2

Compare
Choose a tag to compare
@rib rib released this 27 Jun 16:54
· 96 commits to main since this release
0f00a58

What's Changed

  • Add dependabot support by @notgull in #72
  • native-activity: Propagate NativeWindow redraw/resize and ContentRectChanged callbacks to main loop by @MarijnS95 in #70
  • Add MSRV policy to README and bump rust_version to 1.64, due to ndk -> raw_window_handle dependency by @rib in #76
  • build(deps): update num_enum requirement from 0.5 to 0.6 by @dependabot in #74
  • build(deps): bump actions/checkout from 2 to 3 by @dependabot in #73
  • Fix rust_version typo s/0.64/1.64/ by @rib in #77
  • Add panic guards to extern "C" functions by @notgull in #68
  • game_activity: Fix pointer_index() always returning 0 by @yunsash in #84
  • README: Add badges to CI, crates.io, docs.rs and show the MSRV by @MarijnS95 in #86
  • Call Activity.finish() when android_main returns by @rib in #81
  • cargo: Fix rust_version -> rust-version property typo by @MarijnS95 in #87
  • Release 0.4.2 by @rib in #90

New Contributors

  • @notgull made their first contribution in #72
  • @dependabot made their first contribution in #74 - good bot 🤖
  • @yunsash made their first contribution in #84

Full Changelog: v0.4.1...v0.4.2