Dependency/feature updates.
This commit is contained in:
parent
65c9c6db46
commit
f19beaa73a
16
Cargo.toml
16
Cargo.toml
|
@ -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_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]
|
||||
bevy_rapier2d = "0.27.0-rc.1"
|
||||
bevy = "0.14"
|
||||
bevy_rapier2d = "0.27"
|
||||
bevy_synthizer = "0.7"
|
||||
bevy_tts = { version = "0.9", default-features = false, features = ["tolk"] }
|
||||
coord_2d = "0.3"
|
||||
|
|
Loading…
Reference in New Issue
Block a user