bevy/crates/bevy_diagnostic/src
AxiomaticSemantics 7826313405
Make sysinfo diagnostic plugin optional (#12164)
# Objective

- Fixes https://github.com/bevyengine/bevy/issues/11929
- make sysinfo plugin optional

## Solution

- added features to allow for conditional compilation

---

## Migration Guide

- For users who disable default features of bevy and wish to enable the
diagnostic plugin, add `sysinfo_plugin` to your bevy features list.

---------

Co-authored-by: ebola <dev@axiomatic>
Co-authored-by: François <mockersf@gmail.com>
2024-02-28 20:00:42 +00:00
..
diagnostic.rs Replace DiagnosticId by DiagnosticPath (#9266) 2024-01-20 15:42:51 +00:00
entity_count_diagnostics_plugin.rs Replace DiagnosticId by DiagnosticPath (#9266) 2024-01-20 15:42:51 +00:00
frame_time_diagnostics_plugin.rs Replace DiagnosticId by DiagnosticPath (#9266) 2024-01-20 15:42:51 +00:00
lib.rs Make sysinfo diagnostic plugin optional (#12164) 2024-02-28 20:00:42 +00:00
log_diagnostics_plugin.rs Replace DiagnosticId by DiagnosticPath (#9266) 2024-01-20 15:42:51 +00:00
system_information_diagnostics_plugin.rs Fix sysinfo CPU brand output (#11850) 2024-02-13 19:26:20 +00:00