This commit is contained in:
2026-07-11 14:51:54 +08:00
parent aa937e7ce7
commit 1414040bcd
39 changed files with 5545 additions and 109 deletions
+6
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() {
thing_lib::run()
}