From 8b21cb27060ed7122095ba9aeae4935c5b0590f8 Mon Sep 17 00:00:00 2001 From: devil-ira Date: Sun, 12 Mar 2023 00:17:34 +0100 Subject: [PATCH] Document `bevy_gizmos` feature --- docs/cargo_features.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/cargo_features.md b/docs/cargo_features.md index 7bc715695a853a..aac27b3185381b 100644 --- a/docs/cargo_features.md +++ b/docs/cargo_features.md @@ -18,6 +18,7 @@ The default feature set enables most of the expected features of a game engine, |bevy_audio|Provides audio functionality| |bevy_core_pipeline|Provides cameras and other basic render pipeline features| |bevy_gilrs|Adds gamepad support| +|bevy_gizmos|Adds support for rendering gizmos| |bevy_gltf|[glTF](https://www.khronos.org/gltf/) support| |bevy_pbr|Adds PBR rendering| |bevy_render|Provides rendering functionality|