From 05096bf088106a8a2241a0a58cda93328ed4cf4e Mon Sep 17 00:00:00 2001 From: Joscha Date: Tue, 21 Jan 2025 20:14:23 +0100 Subject: [PATCH] Create project --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..6a39fab --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +# 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. + +[tauri]: https://tauri.app/