BrainiumLLC / cargo-mobile

Rust on mobile made easy!
Apache License 2.0
1.24k stars 52 forks source link

Support android-activity #125

Closed Cactice closed 10 months ago

Cactice commented 1 year ago

I want to use the latest winit which uses android-activity but mobile-entry-point uses ndk-glue which is deprecated.

https://github.com/rust-mobile/ndk-glue

Cactice commented 11 months ago

https://github.com/BrainiumLLC/mobile-entry-point Actually the latest version doesn't seem to be using ndk-glue... I guess it could work with android-activity then. I haven't confirmed.