From 87b7e1f387d8cfab05b4f4af27e1b82b1348cf6a Mon Sep 17 00:00:00 2001 From: Nolan Darilek Date: Sat, 19 Dec 2020 13:32:14 -0600 Subject: [PATCH] Use Bevy 0.4. --- Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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