1
0
forked from noxious/client

Added Tauri config, updated character hair location logic (WIP)

This commit is contained in:
2025-02-19 01:04:47 +01:00
parent ed992e1c2d
commit 0e3a0e3dba
29 changed files with 5503 additions and 24 deletions

6
src-tauri/src/main.rs Normal file
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();
}