SakulFlee / Rust-Multi-Platform-Project-Template

Other
0 stars 0 forks source link

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

Closed SakulFlee closed 1 year ago

SakulFlee commented 1 year ago

Windowing-Template had some trouble with winit switching from ndk-glue to android-activity in the recent 0.18 version.

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 can be found here.

create-issue-branch[bot] commented 1 year ago

Branch issue-182-_Android_Change_ndk-glue_to_android-activity_like_in_Windows-Template created for issue: [Android] Change ndk-glue to android-activity like in Windows-Template