Closed
Description
What problem does this solve or what need does it fill?
bevy_ui
's Val type only has implementations for Add
and AddAssign
with floats.
What solution would you like?
Add:
- Subtraction, multiplication and division with floats.
- All four of these operations with
Val
itself.
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Done