chore: update tauri

This commit is contained in:
2024-04-23 16:05:13 +01:00
parent a3299ab29a
commit 986a7afd42
6 changed files with 1041 additions and 597 deletions

View File

@ -1,7 +1,5 @@
#![cfg_attr(
all(not(debug_assertions), target_os = "windows"),
windows_subsystem = "windows"
)]
// Prevents additional console window on Windows in release, DO NOT REMOVE!!
#![cfg_attr(not(debug_assertions), windows_subsystem = "windows")]
fn main() {
tauri::Builder::default()