This commit is contained in:
PoRi
2026-04-25 12:57:56 +08:00
parent f374b77acd
commit e9a33e74fd
36 changed files with 395 additions and 0 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() {
aha_ui_lib::run()
}