Expand description
This crate provides additional utilities for the Bevy game engine, focused on improving developer experience.
Modules§
- ci_
testing bevy_ci_testing
- Utilities for testing in CI environments.
- fps_
overlay - Module containing logic for FPS overlay.
- picking_
debug - Text and on-screen debugging tools
- states
- Tools for debugging states.
Structs§
- DevTools
Plugin - Enables developer tools in an
App
. This plugin is added automatically withbevy_dev_tools
feature.