Set up tauri project

This commit is contained in:
Joscha 2025-01-25 12:19:09 +01:00
parent c80325ea40
commit 6ac80ab679
39 changed files with 5754 additions and 100 deletions

View file

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