bevy/crates/bevy_time
François a083882cb2 ignore nanosec precision tests on apple m1 (#6377)
# Objective

- Some tests are very flaky on a m1
- m1 currently have a 41 ns precision

## Solution

- Do not run tests that compare a `Duration` or a `f64` on a m1 (and m2)
2022-10-26 18:57:23 +00:00
..
src ignore nanosec precision tests on apple m1 (#6377) 2022-10-26 18:57:23 +00:00
Cargo.toml Add default implementation of Serialize and Deserialize to Timer and Stopwatch (#6248) 2022-10-17 14:38:57 +00:00