diff options
Diffstat (limited to 'client/Cargo.toml')
-rw-r--r-- | client/Cargo.toml | 3 |
1 files changed, 1 insertions, 2 deletions
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" |