From 981dae33ccf2a7992b2315ffcf18f942c12f4849 Mon Sep 17 00:00:00 2001 From: Emil Ernerfeldt Date: Fri, 11 Aug 2023 16:18:18 +0200 Subject: [PATCH] Add fragile-send-sync-non-atomic-wasm feature to wgpu --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c98179f8f..0a7979534 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"] }