mirror of
https://github.com/ndarilek/tts-rs.git
synced 2024-11-17 10:19:38 +00:00
Revert "Add windows crate to generic build-dependencies so the build script works everywhere."
This reverts commit 2fd98c0a52
.
This commit is contained in:
parent
2fd98c0a52
commit
6664ca89e3
|
@ -17,9 +17,6 @@ lazy_static = "1"
|
|||
log = "0.4"
|
||||
thiserror = "1"
|
||||
|
||||
[build-dependencies]
|
||||
windows = "0.4"
|
||||
|
||||
[dev-dependencies]
|
||||
env_logger = "0.8"
|
||||
|
||||
|
@ -27,6 +24,9 @@ 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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user