bevy/crates/bevy_ui/src
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
..
flex Prepare for upcoming rustlang by fixing upcoming clippy warnings (#6376) 2022-10-26 19:15:15 +00:00
render Use cbrt() instead of powf(1./3.) (#6481) 2022-11-05 14:12:04 +00:00
widget fix nightly clippy warnings (#6395) 2022-10-28 21:03:01 +00:00
entity.rs Replace WorldQueryGats trait with actual gats (#6319) 2022-11-03 16:33:05 +00:00
focus.rs Add z-index support with a predictable UI stack (#5877) 2022-11-02 22:06:04 +00:00
geometry.rs Utility methods for Val (#6134) 2022-10-24 14:33:46 +00:00
lib.rs Add z-index support with a predictable UI stack (#5877) 2022-11-02 22:06:04 +00:00
stack.rs Add z-index support with a predictable UI stack (#5877) 2022-11-02 22:06:04 +00:00
ui_node.rs Add z-index support with a predictable UI stack (#5877) 2022-11-02 22:06:04 +00:00
update.rs Add z-index support with a predictable UI stack (#5877) 2022-11-02 22:06:04 +00:00