bevy/crates/bevy_core/src
Niklas Eicker de8edd3165 Rename fixed timestep state and add a test (#3260)
# Objective

fixes #3234

## Solution

- rename `bevy::core::State` to `LocalFixedTimestepState`
- add a test for FixedTimestep since I am already there
2021-12-12 21:26:40 +00:00
..
time Rename fixed timestep state and add a test (#3260) 2021-12-12 21:26:40 +00:00
bytes.rs use bytemuck crate instead of Byteable trait (#2183) 2021-05-17 22:29:10 +00:00
float_ord.rs use bytemuck crate instead of Byteable trait (#2183) 2021-05-17 22:29:10 +00:00
label.rs Implement and require #[derive(Component)] on all component structs (#2254) 2021-10-03 19:23:44 +00:00
lib.rs Nightly clippy fixes (#2702) 2021-09-09 16:41:21 +00:00
name.rs Implement and require #[derive(Component)] on all component structs (#2254) 2021-10-03 19:23:44 +00:00
task_pool_options.rs use std clamp instead of Bevy's (#1644) 2021-03-13 18:07:14 +00:00