SecondHalfGames / yakui

yakui is a declarative Rust UI library for games
Apache License 2.0
222 stars 18 forks source link

Allow Widget::Props to borrow data #116

Closed Ralith closed 7 months ago

Ralith commented 7 months ago

Allows widgets to e.g. offer small, lightweight views into expensive-to-clone data, or borrow trait objects without boxing.

Ralith commented 7 months ago

CI tidied up.