mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-22 22:28:11 +08:00
Desktop: Fix crash caused by submitting work mid surface-reconfigure (#4317)
Implement wgpu-sync
This commit is contained in:
Generated
+8
@@ -6951,6 +6951,7 @@ dependencies = [
|
||||
"vello",
|
||||
"web-sys",
|
||||
"wgpu",
|
||||
"wgpu-sync",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@@ -7017,6 +7018,13 @@ dependencies = [
|
||||
"wgpu-types",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "wgpu-sync"
|
||||
version = "0.0.0"
|
||||
dependencies = [
|
||||
"wgpu",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "wgpu-types"
|
||||
version = "29.0.3"
|
||||
|
||||
Reference in New Issue
Block a user