bevy/crates/bevy_core
François 31af9d4ee1 fix timer test to be less reliant on float precision (#3789)
# Objective

- Test is failing on nightly after the merge of https://github.com/rust-lang/rust/pull/90247
- It was relying on the precision of the duration of `1.0 / 3.0`

## Solution

- Fix the test to be less reliant on float precision to have the same result
2022-02-12 21:05:53 -08:00
..
src fix timer test to be less reliant on float precision (#3789) 2022-02-12 21:05:53 -08:00
Cargo.toml Release 0.6.0 (#3587) 2022-01-08 10:18:22 +00:00