diff --git a/Cargo.toml b/Cargo.toml index 453337f..38f198a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,9 +11,9 @@ default = ["tolk"] tolk = ["tts/tolk"] [dependencies] -bevy = { git = "https://github.com/bevyengine/bevy", branch = "main", default-features = false } +bevy = { version = "0.5", default-features = false } crossbeam-channel = "0.5" tts = "0.16" [dev-dependencies] -bevy = { git = "https://github.com/bevyengine/bevy", branch = "main", default-features = true } \ No newline at end of file +bevy = { version = "0.5", default-features = true } \ No newline at end of file