Skip to content

Commit 854ed62

Browse files
committed
Document bevy_gizmos feature
1 parent 7d5d8dc commit 854ed62

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-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

docs/cargo_features.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ The default feature set enables most of the expected features of a game engine,
1818
|bevy_audio|Provides audio functionality|
1919
|bevy_core_pipeline|Provides cameras and other basic render pipeline features|
2020
|bevy_gilrs|Adds gamepad support|
21+
|bevy_gizmos|Adds support for rendering gizmos|
2122
|bevy_gltf|[glTF](https://www.khronos.org/gltf/) support|
2223
|bevy_pbr|Adds PBR rendering|
2324
|bevy_render|Provides rendering functionality|

0 commit comments

Comments
 (0)