diff --git a/Cargo.toml b/Cargo.toml index fc7a987..c1c4674 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"