Use Bevy 0.5.

This commit is contained in:
Nolan Darilek 2021-04-08 13:24:22 -05:00
parent 9af9c0bc59
commit d102012712

View File

@ -9,7 +9,7 @@ edition = "2018"
[dependencies]
alto = "3"
anyhow = "1"
bevy = { git = "https://github.com/bevyengine/bevy", branch = "main", default-features = false }
bevy = { version = "0.5", default-features = false }
claxon = "0.4"
hound = "3"
lewton = "0.10"