Use Bevy 0.4.

This commit is contained in:
Nolan Darilek 2020-12-19 13:32:14 -06:00
parent 8962d2df33
commit 87b7e1f387

View File

@ -11,6 +11,5 @@ edition = "2018"
use_tolk = ["tts/use_tolk"]
[dependencies]
bevy = { git = "https://github.com/bevyengine/bevy" }
bevy = "0.4"
tts = { version = "0.12", features = ["use_tolk"] }