From 04edd60e9a638e4e51132018be7ad9d4c5cb0e80 Mon Sep 17 00:00:00 2001 From: Nolan Darilek Date: Mon, 10 Jan 2022 14:07:07 -0600 Subject: [PATCH] Bump Bevy version. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index aea1832..88b786b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ edition = "2021" [dependencies] alto = "3" anyhow = "1" -bevy = { git = "https://github.com/bevyengine/bevy.git", default-features = false } +bevy = { version = "0.6", default-features = false } claxon = "0.4" hound = "3" lewton = "0.10"