Verte

Results 6 issues of Verte

Probably a copy-paste error, but `Add` and `AddAssign` should use `rhs.as_hlsa_f32()` instead of `rhs.as_linear_rgba_f32()` when the LHS is a `Color::Hsla`. Fixes #5543.

C-Bug
A-Rendering
S-Ready-For-Final-Review

# Objective Trying to compile Bevy on Rust 1.61 or below causes compile errors because `deriving 'Default' on enums is experimental`, which is confusing to users who don't realize that...

C-Usability
A-Meta
S-Controversial

I'm on Arch Linux using awesomewm on X, with `libinput 1.24.0-1`, `xf86-input-libinput 1.4.0-1`, `libwacom 2.8.0-1`, and `xf86-input-wacom 1.2.0-1` installed. Sometime in the past month or two, my drawing tablet started...

Not just an application of `rustfmt`, all the changes here were done by hand. I think the code is cleaner this way, but YMMV. There shouldn't be any logical changes...

Uh, where do I begin... * There's now a new type of `Asset` called a `Billboard`. Billboards are created from a `Handle` (and optionally a `Handle`) and handle creating the...