bevy/crates/bevy_core/src
Alice Cecile 01ce75d7bf
Derive Debug for Framecount (#11573)
# Objective

- I wanted this for an example, and I think it's a fundamentally handy
debugging tool (with already public fields).

## Solution

-  `derive(Debug)` for `FrameCount`
2024-01-28 13:25:49 +00:00
..
lib.rs Derive Debug for Framecount (#11573) 2024-01-28 13:25:49 +00:00
name.rs Fix reflected serialization/deserialization on Name component (#11447) 2024-01-21 18:04:13 +00:00
serde.rs Add serialize feature to bevy_core (#6423) 2022-10-31 21:20:57 +00:00
task_pool_options.rs Replace deprecated elements (#10999) 2023-12-16 23:24:49 +00:00