From ce19c386b3918dd15844fe9799633c034c965cb7 Mon Sep 17 00:00:00 2001 From: Alcibiades Athens Date: Fri, 27 Dec 2024 04:07:07 -0500 Subject: [PATCH] fix: add back color --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 38d6d44..8256d4d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,6 +24,7 @@ bevy = { version = "0.15.0", features = [ "webgpu", # WebGPU support for modern browsers "x11", # Linux display server support "bevy_state", # For GameState management + "bevy_color", # Color utilities ], default-features = false } # Disable default features to minimize size # Audio system that works with WASM