Update to Bevy 0.7.

This commit is contained in:
Nolan Darilek 2022-05-03 09:35:58 -05:00
parent ea25cc6e3b
commit ff737de725

View File

@ -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 }