From 28e5e1f4aed501b9d59ad767759772c5e67d0187 Mon Sep 17 00:00:00 2001 From: Nolan Darilek Date: Sat, 6 Mar 2021 09:13:27 -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 ea62677..959158e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ edition = "2018" [dependencies] alto = "3" anyhow = "1" -bevy = { git = "https://github.com/bevyengine/bevy" } +bevy = { git = "https://github.com/bevyengine/bevy", branch = "main" } claxon = "0.4" hound = "3" lewton = "0.10" \ No newline at end of file