bevy/crates/bevy_diagnostic/src
Zachary Harrold 8e6bf0637b
Add no_std support to bevy_diagnostic (#17507)
# Objective

- Contributes to #15460

## Solution

- Added required features
- Switched from `tracing` to `log`
- Fixed imports

## Testing

- CI
2025-01-23 05:20:34 +00:00
..
diagnostic.rs Add no_std support to bevy_diagnostic (#17507) 2025-01-23 05:20:34 +00:00
entity_count_diagnostics_plugin.rs Replace DiagnosticId by DiagnosticPath (#9266) 2024-01-20 15:42:51 +00:00
frame_count_diagnostics_plugin.rs Remove bevy_core (#16897) 2024-12-19 18:36:51 +00:00
frame_time_diagnostics_plugin.rs Diagnostics smoothing factor fix (#17354) 2025-01-14 01:13:24 +00:00
lib.rs Add no_std support to bevy_diagnostic (#17507) 2025-01-23 05:20:34 +00:00
log_diagnostics_plugin.rs Add no_std support to bevy_diagnostic (#17507) 2025-01-23 05:20:34 +00:00
system_information_diagnostics_plugin.rs Add no_std support to bevy_diagnostic (#17507) 2025-01-23 05:20:34 +00:00