mirror of
https://github.com/ndarilek/tts-rs.git
synced 2024-11-18 15:39:36 +00:00
Bump version and windows dependency.
This commit is contained in:
parent
3c8ae0ae42
commit
3bc16f0c6f
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "tts"
|
||||
version = "0.26.0"
|
||||
version = "0.26.1"
|
||||
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.52", features = [
|
||||
windows = { version = "0.56", features = [
|
||||
"Foundation",
|
||||
"Foundation_Collections",
|
||||
"Media_Core",
|
||||
|
|
Loading…
Reference in New Issue
Block a user