feat: added desktop on tauri

This commit is contained in:
Arduinum
2026-01-29 15:40:05 +03:00
committed by Arduinum628
parent fc13ed61d4
commit e4d98a64fd
6 changed files with 751 additions and 25 deletions

View File

@@ -2,5 +2,6 @@
#![cfg_attr(not(debug_assertions), windows_subsystem = "windows")]
fn main() {
println!("Запуск приложения Tauri...");
app_lib::run();
}