From 6b5c44d58e6c6d3df360396a0897290fc603699b Mon Sep 17 00:00:00 2001 From: metamuffin Date: Mon, 27 Jan 2025 15:01:56 +0100 Subject: switch to wgpu fork to get rid of deadlocks --- client/Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'client/Cargo.toml') diff --git a/client/Cargo.toml b/client/Cargo.toml index 4a22bf6..d00335c 100644 --- a/client/Cargo.toml +++ b/client/Cargo.toml @@ -11,7 +11,8 @@ cpal = "0.15.3" env_logger = "0.11.6" log = "0.4.22" pollster = "0.4.0" -wgpu = "23.0.1" +# wgpu = "23.0.1" # Switch back when deadlock fix is upstream +wgpu = { git = "https://github.com/metamuffin/wgpu", rev = "a9189e0" } winit = "0.30.8" weareshared = { path = "../shared" } rand = "0.9.0-beta.1" -- cgit v1.2.3-70-g09d2