1
0
mirror of https://github.com/ndarilek/tts-rs.git synced 2024-11-17 10:39:36 +00:00

Bump windows dependency.

This commit is contained in:
Nolan Darilek 2023-01-31 08:05:42 -06:00
parent 6c6089daf9
commit 69eebf2ffa

View File

@ -30,7 +30,7 @@ env_logger = "0.10"
[target.'cfg(windows)'.dependencies]
tolk = { version = "0.5", optional = true }
windows = { version = "0.43", features = ["Foundation", "Foundation_Collections", "Media_Core", "Media_Playback", "Media_SpeechSynthesis", "Storage_Streams"] }
windows = { version = "0.44", features = ["Foundation", "Foundation_Collections", "Media_Core", "Media_Playback", "Media_SpeechSynthesis", "Storage_Streams"] }
[target.'cfg(target_os = "linux")'.dependencies]
speech-dispatcher = { version = "0.16", default-features = false }