Skip to content

Commit

Permalink
Merge pull request #380 from JakeStanger/refactor/update-gtk
Browse files Browse the repository at this point in the history
Update GTK-related crates, replace GLib channels with Tokio channels, refactor Tokio runtime code
  • Loading branch information
JakeStanger authored Dec 18, 2023
2 parents f2c4ddb + e847a84 commit 29eeefb
Show file tree
Hide file tree
Showing 39 changed files with 428 additions and 467 deletions.
134 changes: 73 additions & 61 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ workspaces = ["futures-util"]

[dependencies]
# core
gtk = "0.17.0"
gtk-layer-shell = "0.6.0"
glib = "0.17.10"
gtk = "0.18.1"
gtk-layer-shell = "0.8.0"
glib = "0.18.4"
tokio = { version = "1.35.0", features = [
"macros",
"rt-multi-thread",
Expand Down
Loading

0 comments on commit 29eeefb

Please sign in to comment.