Skip to content

Commit ab29eb7

Browse files
committed
Document bevy_gizmos feature
1 parent 7d5d8dc commit ab29eb7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,8 @@ bevy_ui = ["bevy_internal/bevy_ui"]
9898

9999
# winit window and input backend
100100
bevy_winit = ["bevy_internal/bevy_winit"]
101+
102+
# Adds support for rendering gizmos
101103
bevy_gizmos = ["bevy_internal/bevy_gizmos"]
102104

103105
# Tracing support, saving a file in Chrome Tracing format

0 commit comments

Comments
 (0)