mirror of
https://github.com/exoticorn/microw8.git
synced 2026-01-21 03:36:41 +01:00
backport sound fix
This commit is contained in:
@@ -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"] }
|
||||
|
||||
Reference in New Issue
Block a user