From 9af9c0bc590c7026e68bafe15e43fa1373dff6b4 Mon Sep 17 00:00:00 2001 From: Nolan Darilek Date: Mon, 5 Apr 2021 13:32:34 -0500 Subject: [PATCH] Don't require default Bevy features. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 959158e..2639d46 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" } +bevy = { git = "https://github.com/bevyengine/bevy", branch = "main", default-features = false } claxon = "0.4" hound = "3" lewton = "0.10" \ No newline at end of file