desktop app windows

This commit is contained in:
2026-03-20 13:33:52 +07:00
parent 366168c7ad
commit 12e7fdf422
9 changed files with 200 additions and 74 deletions
+1
View File
@@ -1,5 +1,6 @@
//#![cfg_attr(not(debug_assertions), windows_subsystem = "windows")]
fn main() {
netrunner_logger::Logger::init();
netrunner_logger::Logger::global().set_level("trace");
netrunner_app::run();
}