1
0
mirror of https://github.com/ndarilek/tts-rs.git synced 2024-09-08 02:29:38 +00:00

Bump version and windows dependency.

This commit is contained in:
Nolan Darilek 2024-07-03 10:46:43 -05:00
parent 3bc16f0c6f
commit ae7bf7554c

View File

@ -1,6 +1,6 @@
[package]
name = "tts"
version = "0.26.1"
version = "0.26.2"
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.56", features = [
windows = { version = "0.57", features = [
"Foundation",
"Foundation_Collections",
"Media_Core",