Add minimal tauri desktop bootstrap

This commit is contained in:
2026-02-17 21:44:55 +00:00
committed by Jon Staab
parent 985fd46243
commit 616771df0a
64 changed files with 5004 additions and 1 deletions
+3
View File
@@ -0,0 +1,3 @@
fn main() {
tauri_build::build()
}