# 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> |
||
|---|---|---|
| .. | ||
| diagnostic.rs | ||
| entity_count_diagnostics_plugin.rs | ||
| frame_time_diagnostics_plugin.rs | ||
| lib.rs | ||
| log_diagnostics_plugin.rs | ||
| system_information_diagnostics_plugin.rs | ||