Skip to content

Commit f7c4e2d

Browse files
Do not enable bevy_render dependency through debug feature (#23598)
# Objective Enabling Bevy's `debug` feature also enables its `bevy_render` dependency. ## Solution Don't.
1 parent 84be6ac commit f7c4e2d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/bevy_internal/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,7 @@ gestures = ["bevy_input/gestures"]
453453

454454
hotpatching = ["bevy_app/hotpatching", "bevy_ecs/hotpatching"]
455455

456-
debug = ["bevy_utils/debug", "bevy_ecs/debug", "bevy_render/debug"]
456+
debug = ["bevy_utils/debug", "bevy_ecs/debug", "bevy_render?/debug"]
457457

458458
screenrecording = ["bevy_dev_tools/screenrecording"]
459459

0 commit comments

Comments
 (0)