forked from nonsensical-dev/zenyx-engine
feat: handle spawning multiple windows
This commit is contained in:
parent
ae2316bb88
commit
d26499823b
6 changed files with 61 additions and 123 deletions
|
@ -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")]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue