Update wgpu for faster release builds

This commit is contained in:
2024-11-15 00:23:49 -05:00
parent eef8f834d6
commit 8f62ec1c52
3 changed files with 133 additions and 163 deletions
+2 -2
View File
@@ -10,7 +10,7 @@ bytemuck = { version = "1", features = ["derive"] }
clap = { version = "4", features = ["derive"] }
cpal = "0.15"
imgui = { version = "0.12", features = ["tables-api"] }
imgui-wgpu = { git = "https://github.com/Yatekii/imgui-wgpu-rs", rev = "2edd348" }
imgui-wgpu = { git = "https://github.com/SupernaviX/imgui-wgpu-rs", rev = "5bb8673" }
imgui-winit-support = "0.13"
itertools = "0.13"
native-dialog = "0.7"
@@ -20,7 +20,7 @@ pollster = "0.4"
rtrb = "0.3"
rubato = "0.16"
thread-priority = "1"
wgpu = "22.1"
wgpu = "23.0"
winit = "0.30"
[build-dependencies]