Simple cargo mobile example to run egui on android and ios
The project was generated using cargo mobile 2 and updated to use eframe
- Clone this repository
- Run
cargo mobile init
- Run
cargo mobile run
after connecting your device. For Android, you will need to have USB debugging enabled.