UmbraLuminosa / sickle_ui

A widget library built on top of bevy_ui.
Apache License 2.0
205 stars 24 forks source link

More lifetime improvements for UiBuilder #32

Closed UkoeHB closed 1 month ago

UkoeHB commented 1 month ago

Only one lifetime is needed on UiBuilder, and a lot of lifetime syntax can be removed. The line diff reduction seems to be from running fmt.

eidloi commented 1 month ago

I swear I started axing the lifetimes like this, but I guess I wasn't patient enough with VSCode :D This is like a multi-kudos PR, thank you!