My personal project dedicated to learning the development of Android apps using Rust. Feel free to use anything you might deem useful.
This is an example based on agdk-egui example, using egui, winit and wgpu to run egui_demo_app.
To run this on desktop, just do cargo run like normal! For mobile, use cargo android run and cargo apple run respectively (or use cargo android open and cargo apple open to open in Android Studio and Xcode respectively).