diff options
Diffstat (limited to 'client/Cargo.toml')
-rw-r--r-- | client/Cargo.toml | 3 |
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" |