Add tauri app

This commit is contained in:
Joscha 2025-01-21 23:29:45 +01:00
parent be99e7b3aa
commit 90c48d4723
40 changed files with 6449 additions and 14 deletions

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() {
tta_app_lib::run()
}