bevy/crates/bevy_core/src
Daniel McNab 6f111136b9 Cleanup some things which shouldn't be components (#2982)
# Objective

- Using `Stopwatch` and `Timer` as raw components is a footgun.

## Solution

- Stop them from being components
2022-02-03 23:56:57 +00:00
..
time Cleanup some things which shouldn't be components (#2982) 2022-02-03 23:56:57 +00:00
float_ord.rs Remove Bytes, FromBytes, Labels, EntityLabels. Document rest of bevy_core and enable warning on missing docs. (#3521) 2022-01-02 20:36:40 +00:00
lib.rs Remove Bytes, FromBytes, Labels, EntityLabels. Document rest of bevy_core and enable warning on missing docs. (#3521) 2022-01-02 20:36:40 +00:00
name.rs Change bevy_core::Name to implement Deref<Target = str> (#3681) 2022-01-17 21:30:17 +00:00
task_pool_options.rs use std clamp instead of Bevy's (#1644) 2021-03-13 18:07:14 +00:00