From a0aa268ad3b03dcb61ecac7a174a9e606734b637 Mon Sep 17 00:00:00 2001 From: Idan Arye Date: Fri, 13 Dec 2024 05:11:35 +0200 Subject: [PATCH] Fix the examples --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index dc25f7f58..cebad042e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -48,6 +48,7 @@ bevy = { version = "^0.15", default-features = false, features = [ # "bevy_winit", "bevy_render", "bevy_gltf", + "bevy_window", "ktx2", "zstd", "tonemapping_luts",