Add windows crate to generic build-dependencies so the build script works everywhere.

This commit is contained in:
Nolan Darilek 2021-03-11 13:28:30 -06:00
parent 6784bb8861
commit 2fd98c0a52
1 changed files with 3 additions and 3 deletions

View File

@ -17,6 +17,9 @@ lazy_static = "1"
log = "0.4"
thiserror = "1"
[build-dependencies]
windows = "0.4"
[dev-dependencies]
env_logger = "0.8"
@ -24,9 +27,6 @@ env_logger = "0.8"
tolk = { version = "0.3", optional = true }
windows = "0.4"
[target.'cfg(windows)'.build-dependencies]
windows = "0.4"
[target.'cfg(target_os = "linux")'.dependencies]
speech-dispatcher = "0.7"