Use Bevy 0.5.

This commit is contained in:
Nolan Darilek 2021-04-08 13:21:26 -05:00
parent 285a9e9a6c
commit ea45680590

View File

@ -11,9 +11,9 @@ default = ["tolk"]
tolk = ["tts/tolk"]
[dependencies]
bevy = { git = "https://github.com/bevyengine/bevy", branch = "main", default-features = false }
bevy = { version = "0.5", default-features = false }
crossbeam-channel = "0.5"
tts = "0.16"
[dev-dependencies]
bevy = { git = "https://github.com/bevyengine/bevy", branch = "main", default-features = true }
bevy = { version = "0.5", default-features = true }