1
0
mirror of https://github.com/ndarilek/tts-rs.git synced 2024-09-16 19:49:36 +00:00

Bump version and windows dependency.

This commit is contained in:
Nolan Darilek 2024-04-19 09:17:08 -05:00
parent 3c8ae0ae42
commit 3bc16f0c6f

View File

@ -1,6 +1,6 @@
[package] [package]
name = "tts" name = "tts"
version = "0.26.0" version = "0.26.1"
authors = ["Nolan Darilek <nolan@thewordnerd.info>"] authors = ["Nolan Darilek <nolan@thewordnerd.info>"]
repository = "https://github.com/ndarilek/tts-rs" repository = "https://github.com/ndarilek/tts-rs"
description = "High-level Text-To-Speech (TTS) interface" description = "High-level Text-To-Speech (TTS) interface"
@ -31,7 +31,7 @@ env_logger = "0.11"
[target.'cfg(windows)'.dependencies] [target.'cfg(windows)'.dependencies]
tolk = { version = "0.5", optional = true } tolk = { version = "0.5", optional = true }
windows = { version = "0.52", features = [ windows = { version = "0.56", features = [
"Foundation", "Foundation",
"Foundation_Collections", "Foundation_Collections",
"Media_Core", "Media_Core",