Update to Bevy main.

This commit is contained in:
Nolan Darilek 2021-03-06 09:13:27 -06:00
parent 0d6a9a0269
commit 28e5e1f4ae

View File

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