Don't require default Bevy features.

This commit is contained in:
Nolan Darilek 2021-04-05 13:32:34 -05:00
parent 28e5e1f4ae
commit 9af9c0bc59

View File

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