android-activity 0.4.2
What's Changed
- Add dependabot support by @notgull in #72
- native-activity: Propagate
NativeWindow
redraw/resize andContentRectChanged
callbacks to main loop by @MarijnS95 in #70 - Add MSRV policy to README and bump
rust_version
to 1.64, due tondk
->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 returning0
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