Switch to Bevy 0.4.

This commit is contained in:
Nolan Darilek 2020-12-19 13:34:11 -06:00
parent 2a8f003387
commit e3d9059a3f

View File

@ -9,6 +9,6 @@ edition = "2018"
[dependencies]
alto = "3"
anyhow = "1"
bevy = { git = "https://github.com/bevyengine/bevy" }
bevy = "0.4"
hound = "3"
lewton = "0.10"