Desktop: Fix crash caused by submitting work mid surface-reconfigure (#4317)

Implement wgpu-sync
This commit is contained in:
Timon
2026-07-09 12:09:01 +00:00
committed by GitHub
parent 6a54dcb5da
commit 97f8113fe4
12 changed files with 284 additions and 47 deletions

View File

@@ -18,6 +18,7 @@ node-macro = { workspace = true }
glam = { workspace = true }
anyhow = { workspace = true }
wgpu = { workspace = true }
wgpu-sync = { workspace = true }
futures = { workspace = true }
web-sys = { workspace = true }
vello = { workspace = true }