From 0be2b3e2d2c09bcdfb14aa6ef4e5d7f68751ccea Mon Sep 17 00:00:00 2001 From: Nolan Darilek Date: Sat, 6 Mar 2021 09:13:48 -0600 Subject: [PATCH] Update to Bevy main. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1ba2a73..3196442 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,6 +11,6 @@ default = ["tolk"] tolk = ["tts/tolk"] [dependencies] -bevy = { git = "https://github.com/bevyengine/bevy" } +bevy = { git = "https://github.com/bevyengine/bevy", branch = "main" } crossbeam-channel = "0.5" tts = { version = "0.14" } \ No newline at end of file