Remove unneeded feature.
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
323d0b1268
commit
a4fda4a41c
|
@ -9,6 +9,7 @@ edition = "2021"
|
|||
|
||||
[features]
|
||||
speech_dispatcher_0_10 = ["bevy_tts/speech_dispatcher_0_10"]
|
||||
speech_dispatcher_0_10_2 = ["bevy_tts/speech_dispatcher_0_10_2"]
|
||||
|
||||
[dependencies.bevy]
|
||||
version = "0.8"
|
||||
|
@ -24,9 +25,9 @@ features = [
|
|||
|
||||
[dependencies]
|
||||
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_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"
|
||||
futures-lite = "1"
|
||||
gilrs = "0.9"
|
||||
|
|
Loading…
Reference in New Issue
Block a user