mirror of
https://github.com/lightsoutgames/bevy_tts.git
synced 2024-11-22 05:15:57 +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"]
|
tolk = ["tts/tolk"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
bevy = { version = "0.6", default-features = false }
|
bevy = { version = "0.7", default-features = false }
|
||||||
crossbeam-channel = "0.5"
|
crossbeam-channel = "0.5"
|
||||||
tts = { version = "0.21", default-features = false }
|
tts = { version = "0.21", default-features = false }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
bevy = { version = "0.6", default-features = true }
|
bevy = { version = "0.7", default-features = true }
|
Loading…
Reference in New Issue
Block a user