bevy/crates/bevy_ui
François Mockers 7495d68b41
UI materials: don't reserve in loop when enough capacity (#15919)
# Objective

- UI materials reserve too much capacity in a vec: for every node in the
transparent phase, it reserves enough memory to store all the nodes
- Update #10437 

## Solution

- Only reserve extra memory if there's not enough
- Only reserve the needed memory, not more
2024-10-16 17:59:30 +00:00
..
src UI materials: don't reserve in loop when enough capacity (#15919) 2024-10-16 17:59:30 +00:00
Cargo.toml Remove thiserror from bevy_ui (#15760) 2024-10-09 14:27:53 +00: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