bevy/crates/bevy_ui
ickshonpe 819ecc33f6
Constify ComputedNode (#16134)
# Objective

Make all the methods and associated functions belonging to
`ComputedNode` const.

## Solution

Constify (except for `inner_radius` which uses non-const `min` and
`max`).

---------

Co-authored-by: Alice Cecile <alice.i.cecile@gmail.com>
2024-11-05 22:31:35 +01:00
..
src Constify ComputedNode (#16134) 2024-11-05 22:31:35 +01:00
Cargo.toml Release 0.15.0-rc.2 2024-10-27 21:53:37 +01:00
README.md Add README.md to all crates (#13184) 2024-05-02 18:56:00 +00:00

Bevy UI

License Crates.io Downloads Docs Discord