introduce tauri for the desktop version

This commit is contained in:
2023-08-03 17:38:08 +02:00
parent f1b3190d41
commit bd76893282
24 changed files with 3805 additions and 20 deletions

3
src-tauri/build.rs Normal file
View File

@ -0,0 +1,3 @@
fn main() {
tauri_build::build()
}