From 529fa978d47743006b9e2ea2f45d08f80163760a Mon Sep 17 00:00:00 2001 From: James Gayfer <10660608+jgayfer@users.noreply.github.com> Date: Mon, 2 Dec 2024 06:27:33 -0800 Subject: [PATCH] Add bevy_window feature flag --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index d3e0d74..7b2bfcf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,6 +15,7 @@ bevy = { version = "0.15.0", default-features = false, features = [ "bevy_render", "bevy_core_pipeline", "bevy_winit", + "bevy_window", "x11", "png" ] } @@ -25,6 +26,7 @@ bevy = { version = "0.15.0", default-features = false, features = [ "bevy_render", "bevy_core_pipeline", "bevy_winit", + "bevy_window", "bevy_sprite", "png", "x11"