mirror of
https://github.com/bevyengine/bevy
synced 2024-11-22 12:43:34 +00:00
Describe purpose of bevy_diagnostic (#11327)
# Objective - Explain purpose of bevy_diagnostic, see: https://github.com/bevyengine/bevy/issues/11309#issuecomment-1889896308 ## Solution - Add doc comment
This commit is contained in:
parent
4778fbeb65
commit
8a523de8db
1 changed files with 4 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
//! This crate provides a straightforward solution for integrating diagnostics in the [Bevy game engine](https://bevyengine.org/).
|
||||||
|
//! It allows users to easily add diagnostic functionality to their Bevy applications, enhancing
|
||||||
|
//! their ability to monitor and optimize their game's.
|
||||||
|
|
||||||
mod diagnostic;
|
mod diagnostic;
|
||||||
mod entity_count_diagnostics_plugin;
|
mod entity_count_diagnostics_plugin;
|
||||||
mod frame_time_diagnostics_plugin;
|
mod frame_time_diagnostics_plugin;
|
||||||
|
|
Loading…
Reference in a new issue