Don't enable all Bevy features.

This commit is contained in:
Nolan Darilek 2021-04-05 13:06:39 -05:00
parent c16a6ea484
commit 392c7467a9

View File

@ -11,6 +11,9 @@ default = ["tolk"]
tolk = ["tts/tolk"]
[dependencies]
bevy = { git = "https://github.com/bevyengine/bevy", branch = "main" }
bevy = { git = "https://github.com/bevyengine/bevy", branch = "main", default-features = false }
crossbeam-channel = "0.5"
tts = "0.15"
tts = "0.15"
[dev-dependencies]
bevy = { git = "https://github.com/bevyengine/bevy", branch = "main", default-features = true }