You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Local starch citizen here to let you know that the Rust API is actually not steaming 💩 anymore!
No more need for whatever CallbackVec was, and there's now an attribute macro so you don't have to prepend and append your config with setup code.
I've also added some quality-of-life functions so you don't have to type in stuff like win.props().whatever everywhere; this can be shortened to win.whatever().
This does means that all of the closures must be Send + 'static, but hey if you want to capture a reference go leak a Box or something
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Now with infinite% more async runtimes!
Hey glizzies and gobblers,
Local starch citizen here to let you know that the Rust API is actually not steaming 💩 anymore!
No more need for whatever
CallbackVec
was, and there's now an attribute macro so you don't have to prepend and append your config with setup code.I've also added some quality-of-life functions so you don't have to type in stuff like
win.props().whatever
everywhere; this can be shortened towin.whatever()
.This does means that all of the closures must be
Send + 'static
, but hey if you want to capture a reference go leak aBox
or somethingAlso the docs are actually good now 👍
Now I can get to making the compositor somewhat usable haha
Beta Was this translation helpful? Give feedback.
All reactions