1
0
mirror of https://github.com/ndarilek/tts-rs.git synced 2024-11-18 21:29:37 +00:00
This commit is contained in:
Nolan Darilek 2022-03-31 13:37:42 -05:00
parent 822f770ab8
commit da19d5f16c

View File

@ -13,6 +13,7 @@ crate-type = ["lib", "cdylib", "staticlib"]
[features]
speech_dispatcher_0_10 = ["speech-dispatcher/0_10"]
default = ["speech_dispatcher_0_10"]
[dependencies]
dyn-clonable = "0.9"