Add support for speech-dispatcher 0.10.2 and bump version.

This commit is contained in:
Nolan Darilek 2022-08-29 16:50:49 -05:00
parent f404e180e4
commit 1eae827ed1
1 changed files with 4 additions and 3 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "tts"
version = "0.23.0"
version = "0.23.1"
authors = ["Nolan Darilek <nolan@thewordnerd.info>"]
repository = "https://github.com/ndarilek/tts-rs"
description = "High-level Text-To-Speech (TTS) interface"
@ -13,7 +13,8 @@ crate-type = ["lib", "cdylib", "staticlib"]
[features]
speech_dispatcher_0_10 = ["speech-dispatcher/0_10"]
default = ["speech_dispatcher_0_10"]
speech_dispatcher_0_10_2 = ["speech-dispatcher/0_10_2"]
default = ["speech_dispatcher_0_10_2"]
[dependencies]
dyn-clonable = "0.9"
@ -31,7 +32,7 @@ tolk = { version = "0.5", optional = true }
windows = { version = "0.39", features = ["Foundation", "Foundation_Collections", "Media_Core", "Media_Playback", "Media_SpeechSynthesis", "Storage_Streams"] }
[target.'cfg(target_os = "linux")'.dependencies]
speech-dispatcher = { version = "0.13", default-features = false }
speech-dispatcher = { version = "0.14", default-features = false }
[target.'cfg(any(target_os = "macos", target_os = "ios"))'.dependencies]
cocoa-foundation = "0.1"