Use CPAL fork which supports device switching

This commit is contained in:
2024-11-23 17:36:24 -05:00
parent 167acbde15
commit 0f536fdd88
2 changed files with 29 additions and 6 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ anyhow = "1"
bitflags = "2"
bytemuck = { version = "1", features = ["derive"] }
clap = { version = "4", features = ["derive"] }
cpal = "0.15"
cpal = { git = "https://github.com/sidit77/cpal.git", rev = "66ed6be" }
gilrs = "0.11"
imgui = { version = "0.12", features = ["tables-api"] }
imgui-wgpu = { git = "https://github.com/SupernaviX/imgui-wgpu-rs", rev = "5bb8673" }