Tauri 2 + Vue 3 Grundgerüst (create-tauri-app)

This commit is contained in:
marcus.hinz
2026-07-03 11:06:12 +02:00
commit 8b9eeb44e2
45 changed files with 6989 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
// Prevents additional console window on Windows in release, DO NOT REMOVE!!
#![cfg_attr(not(debug_assertions), windows_subsystem = "windows")]
fn main() {
app_lib::run();
}