feat: handle spawning multiple windows

This commit is contained in:
Chance 2025-03-24 19:42:32 -04:00 committed by BitSyndicate
parent ae2316bb88
commit d26499823b
Signed by untrusted user: bitsyndicate
GPG key ID: 443E4198D6BBA6DE
6 changed files with 61 additions and 123 deletions

View file

@ -1,10 +1,10 @@
use core::{panic::set_panic_hook, repl::setup, splash, workspace};
use colored::Colorize;
use log::info;
use tokio::runtime;
#[allow(unused_imports)]
use tracing::{debug, error, info, warn};
use winit::event_loop::EventLoop;
pub mod core;
#[tokio::main(flavor = "current_thread")]