Skip to content

Commit

Permalink
Describe purpose of bevy_diagnostic (#11327)
Browse files Browse the repository at this point in the history
# Objective

- Explain purpose of bevy_diagnostic, see:
#11309 (comment)

## Solution

- Add doc comment
  • Loading branch information
matiqo15 authored Jan 14, 2024
1 parent 4778fbe commit 8a523de
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions crates/bevy_diagnostic/src/lib.rs
Original file line number Diff line number Diff line change
@@ -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 entity_count_diagnostics_plugin;
mod frame_time_diagnostics_plugin;
Expand Down

0 comments on commit 8a523de

Please sign in to comment.