We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
bevy_gizmos
1 parent 7d5d8dc commit ab29eb7Copy full SHA for ab29eb7
Cargo.toml
@@ -98,6 +98,8 @@ bevy_ui = ["bevy_internal/bevy_ui"]
98
99
# winit window and input backend
100
bevy_winit = ["bevy_internal/bevy_winit"]
101
+
102
+# Adds support for rendering gizmos
103
bevy_gizmos = ["bevy_internal/bevy_gizmos"]
104
105
# Tracing support, saving a file in Chrome Tracing format
0 commit comments