egui/examples/hello_android
TÖRÖK Attila a5d7cf5bd7
Upgrade to wgpu 24 (#5610)
2025-01-16 17:00:29 +01:00
..
src Android support for eframe (#5318) 2024-12-12 19:24:26 +01:00
Cargo.toml Upgrade to wgpu 24 (#5610) 2025-01-16 17:00:29 +01:00
README.md Android support for eframe (#5318) 2024-12-12 19:24:26 +01:00
screenshot.png Android support for eframe (#5318) 2024-12-12 19:24:26 +01:00

README.md

Hello world example for Android.

Use cargo-apk to build and run. Requires a patch to workaround an upstream bug.

One-time setup:

cargo install \
    --git https://github.com/parasyte/cargo-apk.git \
    --rev 282639508eeed7d73f2e1eaeea042da2716436d5 \
    cargo-apk

Build and run:

cargo apk run -p hello_android