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"