1
0
Fork 0
mirror of https://github.com/Zedfrigg/ironbar.git synced 2025-07-02 19:21:03 +02:00

build: update gtk deps

This commit is contained in:
Jake Stanger 2023-03-19 00:14:59 +00:00
parent d4dd8c41ea
commit 01a36a9476
No known key found for this signature in database
GPG key ID: C51FC8F9CB0BEA61
2 changed files with 47 additions and 45 deletions

View file

@ -45,9 +45,9 @@ workspaces = ["futures-util"]
[dependencies]
# core
gtk = "0.16.0"
gtk-layer-shell = "0.5.0"
glib = "0.16.2"
gtk = "0.17.0"
gtk-layer-shell = "0.6.0"
glib = "0.17.5"
tokio = { version = "1.21.2", features = ["macros", "rt-multi-thread", "time", "process", "sync", "io-util", "net"] }
tracing = "0.1.37"
tracing-subscriber = { version = "0.3.16", features = ["env-filter"] }