1
0
mirror of https://github.com/ndarilek/tts-rs.git synced 2024-07-27 02:49:37 +00:00

Bump dependency.

This commit is contained in:
Nolan Darilek 2022-02-11 09:17:46 -06:00
parent cd2216390c
commit 9f8b670fe0

View File

@ -23,7 +23,7 @@ env_logger = "0.9"
[target.'cfg(windows)'.dependencies]
tolk = { version = "0.5", optional = true }
windows = { version = "0.30", features = ["alloc", "Foundation", "Media_Core", "Media_Playback", "Media_SpeechSynthesis", "Storage_Streams"] }
windows = { version = "0.32", features = ["alloc", "Foundation", "Media_Core", "Media_Playback", "Media_SpeechSynthesis", "Storage_Streams"] }
[target.'cfg(target_os = "linux")'.dependencies]
speech-dispatcher = "0.12"