From e3d9059a3fca625d1b252dd27df744e990fceef4 Mon Sep 17 00:00:00 2001 From: Nolan Darilek Date: Sat, 19 Dec 2020 13:34:11 -0600 Subject: [PATCH] Switch to Bevy 0.4. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 904bb49..9643125 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,6 +9,6 @@ edition = "2018" [dependencies] alto = "3" anyhow = "1" -bevy = { git = "https://github.com/bevyengine/bevy" } +bevy = "0.4" hound = "3" lewton = "0.10" \ No newline at end of file