Go to file
aOK d9e2a0b603 refoctor to latest rik branch 2023-12-15 14:51:54 +03:00
resources first commit 2023-12-12 15:44:16 +03:00
src refoctor to latest rik branch 2023-12-15 14:51:54 +03:00
.gitignore first commit 2023-12-12 15:44:16 +03:00
Cargo.toml refoctor to latest rik branch 2023-12-15 14:51:54 +03:00
README.md refoctor to latest rik branch 2023-12-15 14:51:54 +03:00
makepad_state.ron refoctor to latest rik branch 2023-12-15 14:51:54 +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 MAKEPAD=lines cargo +nightly run simplestacknavigation

Desktop in Release Mode

cargo run --release

Desktop in small size

cargo run --profile=small

Android

cargo makepad android run --release cargo makepad android run -p simplestacknavigation --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

git add . git commit -m "refoctor to latest rik branch" git push -u origin main