fix windows build

This commit is contained in:
bgkillas 2025-08-29 20:20:44 -04:00
parent 19315ef268
commit 785e945790

View file

@ -56,7 +56,7 @@ directories = "6.0.0"
#fundsp = {version = "0.20.0", default-features = false, features = ["std"]}
[target.'cfg(windows)'.dependencies]
winapi="0.3.9"
winapi={version="0.3.9",features = ["wincon"]}
[dev-dependencies]
serial_test = "3.2.0"
@ -72,4 +72,4 @@ lto = true
strip = true
[profile.release-lto]
inherits = "release"
inherits = "release"