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
I discovered the knsi crate earlier today and I think we should give it a look. It would remove the need for both GTK and DBus in Celeste, and would allow us to remove the celeste-tray and libceleste Cargo packages.
The text was updated successfully, but these errors were encountered:
This change has several benefits, including:
- Removal of the separate tray application
- Removal of reliance on GTK3
- Everything being in one crate, in turn simplifying the codebase
Closes#84 and #128.
I discovered the
knsi
crate earlier today and I think we should give it a look. It would remove the need for both GTK and DBus in Celeste, and would allow us to remove theceleste-tray
andlibceleste
Cargo packages.The text was updated successfully, but these errors were encountered: