don't open console on windows

This commit is contained in:
2025-11-18 02:04:57 -05:00
parent c54c257fa1
commit 8e525d1172

View File

@@ -1,3 +1,5 @@
#![windows_subsystem = "windows"]
use openworm::{client::App, net::install_crypto_provider};
fn main() {