pod-ui
pod-ui copied to clipboard
Migrate to GTK4
gtk-rs has been discontinued, so the project should migrate to GTK4 and gtk4-rs, see: https://gtk-rs.org/blog/2024/06/01/new-release.html
Also, glib::MainContext::channel has been removed, so channel things should also migrate to other async channel implementation as described in the article above. Tokio's MPSC channels will do.