diff --git a/Cargo.toml b/Cargo.toml index 7b2bfcf..3cfadd7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,8 +15,10 @@ bevy = { version = "0.15.0", default-features = false, features = [ "bevy_render", "bevy_core_pipeline", "bevy_winit", - "bevy_window", "x11", + // TODO: Remove when https://github.com/bevyengine/bevy/issues/16568 is resolved. + "bevy_window", + // TODO: Remove when https://github.com/bevyengine/bevy/issues/16563 is resolved. "png" ] } smallvec = "1.13" @@ -26,10 +28,11 @@ bevy = { version = "0.15.0", default-features = false, features = [ "bevy_render", "bevy_core_pipeline", "bevy_winit", - "bevy_window", "bevy_sprite", "png", "x11" + // TODO: Remove when https://github.com/bevyengine/bevy/issues/16568 is resolved. + "bevy_window", ] } [lints.clippy]