Set up tauri project

This commit is contained in:
Joscha 2025-01-25 12:19:09 +01:00
parent c80325ea40
commit 6ac80ab679
39 changed files with 5754 additions and 100 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() {
gdn_app_lib::run()
}