rust-mobile / android-activity

Glue for building Rust applications on Android with NativeActivity or GameActivity
238 stars 46 forks source link

Bump MSRV to 1.68 #123

Closed rib closed 11 months ago

rib commented 11 months ago

This is a redo of https://github.com/rust-mobile/android-activity/pull/103 now that Winit has updated its CI to not build its Android backend against its strict MSRV, primarily aimed at supporting Debian on Linux.

1.68.0 notably builds the standard library with a newer r25 NDK toolchain which avoid the need for awkward libgcc workarounds, so it's anyway a desirable baseline for Android projects.