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

3
src-tauri/build.rs Normal file
View File

@ -0,0 +1,3 @@
fn main() {
tauri_build::build()
}