bevy/crates/bevy_diagnostic
l1npengtul 290d6363b8 add system information plugin and update relevant examples (#5911)
# Objective
Solve #5464 

## Solution
Adds a `SystemInformationDiagnosticsPlugin` to add diagnostics.

Adds `Cargo.toml` flags to fix building on different platforms. 

---

## Changelog

Adds `sysinfo` crate to `bevy-diagnostics`. 

Changes in import order are due to clippy.

Co-authored-by: l1npengtul <35755164+l1npengtul@users.noreply.github.com>
Co-authored-by: IceSentry <c.giguere42@gmail.com>
2023-01-02 20:49:43 +00:00
..
src add system information plugin and update relevant examples (#5911) 2023-01-02 20:49:43 +00:00
Cargo.toml log system info on startup (#5454) 2022-12-26 15:16:46 +00:00