From ea45680590e5c4bf860ded5d5a243ca024192b79 Mon Sep 17 00:00:00 2001 From: Nolan Darilek Date: Thu, 8 Apr 2021 13:21:26 -0500 Subject: [PATCH] Use Bevy 0.5. --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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