create-makepad-app/packages/cli/fragments/fragment-counter
2023-12-11 23:23:39 +03:00
..
.vscode first commit 2023-12-11 23:23:39 +03:00
resources first commit 2023-12-11 23:23:39 +03:00
src first commit 2023-12-11 23:23:39 +03:00
.makepadignore first commit 2023-12-11 23:23:39 +03:00
_cta_manifest_ first commit 2023-12-11 23:23:39 +03:00
_gitignore first commit 2023-12-11 23:23:39 +03:00
Cargo.toml.lts first commit 2023-12-11 23:23:39 +03:00
index.html.lts first commit 2023-12-11 23:23:39 +03:00
README.md first commit 2023-12-11 23:23:39 +03:00
Trunk.toml.lts first commit 2023-12-11 23:23:39 +03:00

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