mirror of
https://github.com/lightsoutgames/bevy_tts.git
synced 2024-11-13 01:05:56 +00:00
Update to Bevy 0.7.
This commit is contained in:
parent
ea25cc6e3b
commit
ff737de725
|
@ -13,9 +13,9 @@ speech_dispatcher_0_10 = ["tts/speech_dispatcher_0_10"]
|
|||
tolk = ["tts/tolk"]
|
||||
|
||||
[dependencies]
|
||||
bevy = { version = "0.6", default-features = false }
|
||||
bevy = { version = "0.7", default-features = false }
|
||||
crossbeam-channel = "0.5"
|
||||
tts = { version = "0.21", default-features = false }
|
||||
|
||||
[dev-dependencies]
|
||||
bevy = { version = "0.6", default-features = true }
|
||||
bevy = { version = "0.7", default-features = true }
|
Loading…
Reference in New Issue
Block a user