From 2228f3e314fea4f65ac4f5be384e30b152ee4e01 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Sat, 5 Apr 2025 20:53:11 +0200 Subject: switch back to wgpu release --- client/Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'client/Cargo.toml') diff --git a/client/Cargo.toml b/client/Cargo.toml index ab677e8..a9857fe 100644 --- a/client/Cargo.toml +++ b/client/Cargo.toml @@ -15,8 +15,7 @@ cpal = "0.15.3" env_logger = "0.11.7" log = "0.4.26" pollster = "0.4.0" -# wgpu = "23.0.1" # Switch back when deadlock fix is upstream -wgpu = { git = "https://github.com/metamuffin/wgpu", rev = "a9189e0" } +wgpu = "24.0.3" winit = "0.30.9" weareshared = { path = "../shared" } rand = "0.9.0" -- cgit v1.2.3-70-g09d2