mirror of
https://github.com/ndarilek/tts-rs.git
synced 2024-11-18 13:39:38 +00:00
Bump version and windows dependency.
This commit is contained in:
parent
ae7bf7554c
commit
b31efe752d
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "tts"
|
||||
version = "0.26.2"
|
||||
version = "0.26.3"
|
||||
authors = ["Nolan Darilek <nolan@thewordnerd.info>"]
|
||||
repository = "https://github.com/ndarilek/tts-rs"
|
||||
description = "High-level Text-To-Speech (TTS) interface"
|
||||
|
@ -31,7 +31,7 @@ env_logger = "0.11"
|
|||
|
||||
[target.'cfg(windows)'.dependencies]
|
||||
tolk = { version = "0.5", optional = true }
|
||||
windows = { version = "0.57", features = [
|
||||
windows = { version = "0.58", features = [
|
||||
"Foundation",
|
||||
"Foundation_Collections",
|
||||
"Media_Core",
|
||||
|
|
Loading…
Reference in New Issue
Block a user