base working button with saved state

This commit is contained in:
2026-03-18 19:59:07 +07:00
parent f3b51cf50c
commit 8144d64f58
33 changed files with 1085 additions and 193 deletions
-1
View File
@@ -1,6 +1,5 @@
//#![cfg_attr(not(debug_assertions), windows_subsystem = "windows")]
fn main() {
netrunner_logger::Logger::init();
netrunner_logger::Logger::global().set_level("trace");
netrunner_app::run();
}