2024-05-05 16:10:00 -04:00

445 B

Android eframe template

A basic eframe template with android support.

Compile for Desktop

Run cargo as normal

cargo build

Compile for Web

use Trunk.

trunk build

Compile for Android

use xbuild.

x build --platform android --arch arm64

If this fails check that you have the required external build tools installed with

x doctor