mirror of
https://github.com/lightsoutgames/bevy_tts.git
synced 2024-11-22 00:35:57 +00:00
Bump dependency.
This commit is contained in:
parent
064ca03a9c
commit
380f2afb3d
|
@ -7,8 +7,9 @@ edition = "2018"
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
use_tolk = ["tts/use_tolk"]
|
default = ["tolk"]
|
||||||
|
tolk = ["tts/tolk"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
bevy = "0.4"
|
bevy = "0.4"
|
||||||
tts = { version = "0.13", features = ["use_tolk"] }
|
tts = { version = "0.14" }
|
Loading…
Reference in New Issue
Block a user