UmbraLuminosa / sickle_ui

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

Add reborrow to UiBuilder #15

Closed UkoeHB closed 3 months ago

UkoeHB commented 3 months ago

Using reborrow removes one lifetime parameter from UiBuilder, which makes it MUCH easier to extend.

This is just a demo of the idea it doesn't compile, the diffs will be bigger when implemented.

eidloi commented 3 months ago

It's gonna be a drag changing it, but I am all for it!