bevy/crates/bevy_diagnostic
Sludge ae8a4a8ef1
Add DiagnosticsStore::iter_mut (#9679)
# Objective

Allow mutably iterating over all registered diagnostics. This is a
useful utility method when exposing bevy's diagnostics in an editor that
allows toggling whether the diagnostic is enabled.

## Solution

- Add `iter_mut`, mirroring what `iter` does, just mutably.

---

## Changelog

### Added

- Added `DiagnosticsStore::iter_mut` for mutably iterating over all
registered diagnostics.
2023-09-03 13:26:13 +00:00
..
src Add DiagnosticsStore::iter_mut (#9679) 2023-09-03 13:26:13 +00:00
Cargo.toml Bump Version after Release (#9106) 2023-07-10 21:19:27 +00:00