diff --git a/Cargo.toml b/Cargo.toml index 2639d46..c67a775 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", branch = "main", default-features = false } +bevy = { version = "0.5", default-features = false } claxon = "0.4" hound = "3" lewton = "0.10" \ No newline at end of file