Test setup with rust cli, tauri desktop and mobile app
- Kotlin 46.9%
- Vue 27.1%
- TypeScript 8.5%
- Rust 8.5%
- Shell 5.5%
- Other 3.5%
| .github/workflows | ||
| .vscode | ||
| tta | ||
| tta-app | ||
| tta-cli | ||
| .gitignore | ||
| build | ||
| build_android | ||
| Cargo.lock | ||
| Cargo.toml | ||
| README.md | ||
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.