No description
Find a file
2025-03-05 20:51:58 +01:00
assets Something running 2025-02-22 07:09:34 +01:00
capabilities mv src-tauri/* . 2025-02-20 05:37:56 +01:00
gen/android/app mv src-tauri/* . 2025-02-20 05:37:56 +01:00
src Edition bump to 2024 2025-03-05 20:51:58 +01:00
.gitignore Ignore secret 2025-03-05 02:04:26 +01:00
build.rs Minimal Leptos setup 2025-02-21 22:30:20 +01:00
Cargo.lock Move tauri-sys to proper repo 2025-03-04 16:44:41 +01:00
Cargo.toml Edition bump to 2024 2025-03-05 20:51:58 +01:00
leptosfmt.toml TOML formatting 2025-03-05 20:48:43 +01:00
README.md Run instructions 2025-02-26 11:34:11 +01:00
rust-analyzer.toml Fmt 2025-03-05 20:15:11 +01:00
rustfmt.toml TOML formatting 2025-03-05 20:48:43 +01:00
styles.scss Lotsa Leptos 2025-02-22 16:00:00 +01:00
taplo.toml TOML formatting 2025-03-05 20:48:43 +01:00
tauri.conf.json Minimal Leptos setup 2025-02-21 22:30:20 +01:00
trunk.html Refactor a bit 2025-03-05 00:34:23 +01:00
Trunk.toml TOML formatting 2025-03-05 20:48:43 +01:00

Setup

git clone …
cargo tauri android init
git restore gen/android/app/build.gradle.kts
cargo tauri img/icon.svg
# Set up gen/android/keystore.properties

Run

Linux Development

Tauri does not seem to support specifying the binary to be run in a config, so we have to do it on the command line.

cargo tauri dev -- --bin tauri

Android Development

Tauri does not seem to support specifying the Cargo features of the library for mobile in a config, so we have to do it on the command line.

NDK_HOME=<path> ANDROID_HOME=<path> cargo tauri android dev --features tauri