SecondHalfGames / yakui

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

Allow Widget::Props to borrow data #116

Closed Ralith closed 1 year ago

Ralith commented 1 year ago

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

Ralith commented 1 year ago

CI tidied up.