Update to Bevy main.

This commit is contained in:
Nolan Darilek 2021-03-06 09:13:48 -06:00
parent c63e43f0fd
commit 0be2b3e2d2

View File

@ -11,6 +11,6 @@ default = ["tolk"]
tolk = ["tts/tolk"]
[dependencies]
bevy = { git = "https://github.com/bevyengine/bevy" }
bevy = { git = "https://github.com/bevyengine/bevy", branch = "main" }
crossbeam-channel = "0.5"
tts = { version = "0.14" }