bevy/docs
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
..
cargo_features.md Make sysinfo diagnostic plugin optional (#12164) 2024-02-28 20:00:42 +00:00
debugging.md Useful changes with relicensing benefits (#2497) 2021-07-17 21:59:31 +00:00
linters.md Allow clippy::type_complexity in more places. (#9796) 2023-10-02 21:55:16 +00:00
linux_dependencies.md add libxkbcommon-x11-0 to the default linux dependencies (#11060) 2023-12-21 23:14:05 +00:00
profiling.md fix link to tracy (#11521) 2024-01-27 19:23:37 +00:00
release_checklist.md Add a release step, add links to the github release note (#12041) 2024-02-23 18:36:07 +00:00
the_bevy_organization.md Run markdownlint (#11386) 2024-01-17 14:27:28 +00:00