mirror of
https://github.com/lightsoutgames/bevy_tts.git
synced 2024-11-13 00:35:55 +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
|
||||
|
||||
[features]
|
||||
use_tolk = ["tts/use_tolk"]
|
||||
default = ["tolk"]
|
||||
tolk = ["tts/tolk"]
|
||||
|
||||
[dependencies]
|
||||
bevy = "0.4"
|
||||
tts = { version = "0.13", features = ["use_tolk"] }
|
||||
tts = { version = "0.14" }
|
Loading…
Reference in New Issue
Block a user