SakulFlee / Rust-Multi-Platform-Project-Template

Other
0 stars 0 forks source link

[Android] Change `ndk-glue` to `android-activity` like in Windows-Template #183

Closed create-issue-branch[bot] closed 1 year ago

create-issue-branch[bot] commented 1 year ago
Original issue description [Windowing-Template](https://github.com/rust-multiplatform/Windowing-Template) had some trouble with [winit](docs.rs/winit/) switching from [ndk-glue](docs.rs/ndk-glue/) to [android-activity](https://docs.rs/android-activity/latest/android_activity/) in the recent **0.18 version**. [Android-activity](https://docs.rs/android-activity/latest/android_activity/) seems to be much better suited for our needs, and we should make this change globally for all Android-supported projects. The changes made over at [Windowing-Template](https://github.com/rust-multiplatform/Windowing-Template) can be found [here](https://github.com/rust-multiplatform/Windowing-Template/pull/78).

closes #182

codecov[bot] commented 1 year ago

Codecov Report

Patch and project coverage have no change.

Comparison is base (66908d7) 98.00% compared to head (6b6a9af) 98.00%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #183 +/- ## ======================================= Coverage 98.00% 98.00% ======================================= Files 14 14 Lines 50 50 ======================================= Hits 49 49 Misses 1 1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

SakulFlee commented 1 year ago

183