Dependency/feature updates.

This commit is contained in:
Nolan Darilek 2024-08-17 11:53:43 -04:00
parent 65c9c6db46
commit f19beaa73a

View File

@ -13,21 +13,9 @@ speech_dispatcher_0_9 = ["bevy_tts/speech_dispatcher_0_9"]
speech_dispatcher_0_10 = ["bevy_tts/speech_dispatcher_0_10"] speech_dispatcher_0_10 = ["bevy_tts/speech_dispatcher_0_10"]
speech_dispatcher_0_11 = ["bevy_tts/speech_dispatcher_0_11"] speech_dispatcher_0_11 = ["bevy_tts/speech_dispatcher_0_11"]
[dependencies.bevy]
version = "0.14"
default-features = false
features = [
"bevy_gilrs",
"bevy_state",
"bevy_winit",
"x11",
"wayland",
"multi_threaded",
"serialize",
]
[dependencies] [dependencies]
bevy_rapier2d = "0.27.0-rc.1" bevy = "0.14"
bevy_rapier2d = "0.27"
bevy_synthizer = "0.7" bevy_synthizer = "0.7"
bevy_tts = { version = "0.9", default-features = false, features = ["tolk"] } bevy_tts = { version = "0.9", default-features = false, features = ["tolk"] }
coord_2d = "0.3" coord_2d = "0.3"