Update cpal

This commit is contained in:
2026-07-13 23:16:27 -04:00
parent c7628c42d8
commit 466cf29eb7
3 changed files with 109 additions and 315 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ atomic = "0.6"
bitflags = { version = "2", features = ["serde"] }
bytemuck = { version = "1", features = ["derive"] }
clap = { version = "4", features = ["derive"] }
cpal = { git = "https://github.com/sidit77/cpal.git", rev = "66ed6be" }
cpal = "0.18"
directories = "6"
egui = { version = "0.34", features = ["persistence", "serde"] }
egui_extras = { version = "0.34", features = ["image"] }