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

@ -12,7 +12,6 @@ crashreport = "1.0.1"
dirs-next = "2.0.0"
lazy_static.workspace = true
log = "0.4.22"
once_cell = "1.20.2"
parking_lot.workspace = true
regex = "1.11.1"
@ -24,6 +23,7 @@ winit = "0.30.8"
bytemuck = "1.21.0"
futures = "0.3.31"
cgmath = "0.18.0"
tracing = "0.1.41"
[profile.dev]