1
0
Fork 0
mirror of https://github.com/Zedfrigg/ironbar.git synced 2025-07-01 10:41:03 +02:00
ironbar/src/dynamic_value
Jake Stanger bea442ed96
refactor: update gtk/glib, remove glib channels
This is a major refactor which updates GTK, GLib and GTK Layer Shell to their latest versions.

GLib channels, previously used for receiving events on the GLib Main Context thread have been deprecated and a new method for running Futures on the main thread has been added instead. This commit also replaces all the deprecated code with this.

As part of the above, a bug was uncovered related to creating the GLib main context inside the Tokio runtime. Spawning of Tokio tasks has been refactored to fix this.
2023-12-18 22:09:21 +00:00
..
dynamic_bool.rs refactor: update gtk/glib, remove glib channels 2023-12-18 22:09:21 +00:00
dynamic_string.rs refactor: update gtk/glib, remove glib channels 2023-12-18 22:09:21 +00:00
mod.rs feat: support for 'ironvar' dynamic variables 2023-06-29 16:26:54 +01:00