converted to tauri desktop app

This commit is contained in:
2026-01-29 18:28:35 +02:00
parent cc51c5a236
commit a3b566528a
51 changed files with 7556 additions and 58 deletions

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

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