Remove unneeded feature.
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Nolan Darilek 2022-08-29 18:14:04 -05:00
parent 323d0b1268
commit a4fda4a41c

View File

@ -9,6 +9,7 @@ edition = "2021"
[features] [features]
speech_dispatcher_0_10 = ["bevy_tts/speech_dispatcher_0_10"] speech_dispatcher_0_10 = ["bevy_tts/speech_dispatcher_0_10"]
speech_dispatcher_0_10_2 = ["bevy_tts/speech_dispatcher_0_10_2"]
[dependencies.bevy] [dependencies.bevy]
version = "0.8" version = "0.8"
@ -24,9 +25,9 @@ features = [
[dependencies] [dependencies]
backtrace = "0.3" backtrace = "0.3"
bevy_rapier2d = { version = "0.16", features = ["serde-serialize"] } bevy_rapier2d = "0.16"
bevy_synthizer = { git = "https://labs.lightsout.games/projects/bevy_synthizer" } bevy_synthizer = { git = "https://labs.lightsout.games/projects/bevy_synthizer" }
bevy_tts = { git = "https://github.com/lightsoutgames/bevy_tts", default-features = false, features = ["tolk"] } bevy_tts = { version = "0.1", default-features = false, features = ["tolk"] }
coord_2d = "0.3" coord_2d = "0.3"
futures-lite = "1" futures-lite = "1"
gilrs = "0.9" gilrs = "0.9"