bevy/crates/bevy_ui
targrub 96c9c60f80 Use cbrt() instead of powf(1./3.) (#6481)
# Objective

- Use cube root library function instead of handrolling.

## Solution

- Instead of `powf(1./3.)` use `cbrt()`.
2022-11-05 14:12:04 +00:00
..
src Use cbrt() instead of powf(1./3.) (#6481) 2022-11-05 14:12:04 +00:00
Cargo.toml Revert thiserror version requirement to match version for all crates. (#6365) 2022-10-25 09:55:31 +00:00