mirror of
https://github.com/rust-mobile/android-activity.git
synced 2026-07-10 08:44:11 +00:00
da29177b41
Although we want to ensure android-activity itself builds with the same MSRV as Winit there's no need to also check that the examples build with an older toolchain, and in fact in the case of Egui based examples they don't support being built with 1.60.0. In addition to adding an `if: rust_version == "stable"` condition for building agdk-egui, this also adds CI stages to build agdk-mainloop, na-mainloop and agdk-eframe to cover at least one example based on `NativeActivity` and cover the key examples that others are most likely to be interested in.