Test setup with rust cli, tauri desktop and mobile app
Find a file
2025-01-24 03:29:34 +01:00
.github/workflows Switch to softprops/action-gh-release 2025-01-24 03:29:34 +01:00
.vscode Add tauri app 2025-01-21 23:37:05 +01:00
tta Set up cargo workspace and shared crate 2025-01-21 20:52:34 +01:00
tta-app Update icons using yellow avatar svg 2025-01-24 01:42:09 +01:00
tta-cli Add cli crate 2025-01-21 20:52:34 +01:00
.gitignore Set up cargo workspace and shared crate 2025-01-21 20:52:34 +01:00
build Set up CI 2025-01-22 14:20:51 +01:00
build_android Set up apk signing 2025-01-23 02:33:32 +01:00
Cargo.lock Use tta crate from tauri app 2025-01-21 23:40:26 +01:00
Cargo.toml Add tauri app 2025-01-21 23:37:05 +01:00
README.md Create project 2025-01-21 20:14:23 +01:00

Tauri test app

This is a repo for testing tauri. It is meant to include a tauri app that runs both on desktop and Android, as well as a CLI and some shared Rust crates in a workspace that are used by both. The app and CLI should be built by CI for Linux and Windows, the Android app will need to be built manually.