backport sound fix

This commit is contained in:
2024-06-07 14:47:30 +02:00
parent daf2a02cd8
commit fa089100be
5 changed files with 983 additions and 904 deletions

View File

@@ -15,4 +15,4 @@ pollster = "0.2"
bytemuck = { version = "1.4", features = [ "derive" ] }
anyhow = "1"
minifb = { version = "0.23.0", default-features = false, features = ["x11"] }
winapi = "0.3.9"
winapi = { version = "0.3.9", features = ["std"] }