This commit is contained in:
2026-03-30 23:38:47 +02:00
commit c2d1587c82
41 changed files with 1572 additions and 0 deletions

3
build.rs Normal file
View File

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