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