bevy/crates/bevy_core
Nathan Stocks f71f93c843 Derive Clone for Time (#2360)
# Objective

- Make it so that `Time` can be cloned
- Makes it so I can clone the entire current `Time` and easily pass it to the user in [Rusty Engine](https://github.com/CleanCut/rusty_engine) instead of [doing this](8302dc3914/src/game.rs (L147-L150))

## Solution

- Derive the `Clone` trait on `Time`
2021-06-22 16:57:48 +00:00
..
src Derive Clone for Time (#2360) 2021-06-22 16:57:48 +00:00
Cargo.toml use bytemuck crate instead of Byteable trait (#2183) 2021-05-17 22:29:10 +00:00