diff --git a/Cargo.toml b/Cargo.toml index 620ba33..7ee7344 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,6 +11,5 @@ edition = "2018" use_tolk = ["tts/use_tolk"] [dependencies] - -bevy = { git = "https://github.com/bevyengine/bevy" } +bevy = "0.4" tts = { version = "0.12", features = ["use_tolk"] } \ No newline at end of file