summaryrefslogtreecommitdiff
path: root/client/Cargo.toml
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2025-01-27 15:01:56 +0100
committermetamuffin <metamuffin@disroot.org>2025-01-27 15:01:56 +0100
commit6b5c44d58e6c6d3df360396a0897290fc603699b (patch)
treea79bc0c1db9dd077f9df962b9c5eeae0f96b6aef /client/Cargo.toml
parent3cc7df2954a6f1d69922ba1a4c0129db73a09327 (diff)
downloadweareserver-6b5c44d58e6c6d3df360396a0897290fc603699b.tar
weareserver-6b5c44d58e6c6d3df360396a0897290fc603699b.tar.bz2
weareserver-6b5c44d58e6c6d3df360396a0897290fc603699b.tar.zst
switch to wgpu fork to get rid of deadlocks
Diffstat (limited to 'client/Cargo.toml')
-rw-r--r--client/Cargo.toml3
1 files changed, 2 insertions, 1 deletions
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"