Add fragile-send-sync-non-atomic-wasm feature to wgpu

This commit is contained in:
Emil Ernerfeldt
2023-08-11 16:18:18 +02:00
parent 37097526f0
commit 981dae33cc
+1 -1
View File
@@ -36,4 +36,4 @@ opt-level = 2
[workspace.dependencies]
thiserror = "1.0.37"
wgpu = "0.17.0"
wgpu = { verison = "0.17.0", features = ["fragile-send-sync-non-atomic-wasm"] }