mirror of
https://github.com/IntQuant/noita_entangled_worlds.git
synced 2025-10-19 07:03:16 +00:00
fix windows build
This commit is contained in:
parent
19315ef268
commit
785e945790
1 changed files with 2 additions and 2 deletions
|
@ -56,7 +56,7 @@ directories = "6.0.0"
|
||||||
#fundsp = {version = "0.20.0", default-features = false, features = ["std"]}
|
#fundsp = {version = "0.20.0", default-features = false, features = ["std"]}
|
||||||
|
|
||||||
[target.'cfg(windows)'.dependencies]
|
[target.'cfg(windows)'.dependencies]
|
||||||
winapi="0.3.9"
|
winapi={version="0.3.9",features = ["wincon"]}
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
serial_test = "3.2.0"
|
serial_test = "3.2.0"
|
||||||
|
@ -72,4 +72,4 @@ lto = true
|
||||||
strip = true
|
strip = true
|
||||||
|
|
||||||
[profile.release-lto]
|
[profile.release-lto]
|
||||||
inherits = "release"
|
inherits = "release"
|
Loading…
Add table
Add a link
Reference in a new issue