Go to file
aOK 6fae59285a first commit 2023-12-11 23:15:58 +03:00
.vscode first commit 2023-12-11 23:15:58 +03:00
resources first commit 2023-12-11 23:15:58 +03:00
src first commit 2023-12-11 23:15:58 +03:00
.gitignore first commit 2023-12-11 23:15:58 +03:00
.makepadignore first commit 2023-12-11 23:15:58 +03:00
Cargo.toml first commit 2023-12-11 23:15:58 +03:00
README.md first commit 2023-12-11 23:15:58 +03:00
index.html first commit 2023-12-11 23:15:58 +03:00

README.md

Makepad UI

This template should help get you started developing with Makepad Rust UI.

VS Code + rust-analyzer.

Desktop in Debug Mode

cargo run

Desktop in Release Mode

cargo run --release

Desktop in small size

cargo run --profile=small

Android

cargo makepad android run --release

IOS Simulator

cargo makepad apple ios --org=my.test --app=makepad-template run-sim --release

IOS Device

cargo makepad apple ios --org-id=123456 --org=my.test --app=makepad-template run-device makepad-template --release

Cargo Check Builds

cargo makepad check install-toolchain cargo makepad check all

cargo makepad wasm install-toolchain cargo makepad apple ios install-toolchain cargo makepad android --abi=all install-toolchain