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

build: update deps

This commit is contained in:
Jake Stanger 2022-11-01 22:56:47 +00:00
parent b7792a415e
commit 51d1cd4a16
No known key found for this signature in database
GPG key ID: C51FC8F9CB0BEA61
2 changed files with 179 additions and 141 deletions

View file

@ -3,15 +3,13 @@ name = "ironbar"
version = "0.6.0"
edition = "2021"
license = "MIT"
description = "Customisable wlroots/sway bar"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
description = "Customisable GTK Layer Shell wlroots/sway bar"
[dependencies]
derive_builder = "0.11.2"
gtk = "0.15.5"
gtk-layer-shell = "0.4.4"
glib = "0.15.12"
gtk = "0.16.0"
gtk-layer-shell = "0.5.0"
glib = "0.16.2"
tokio = { version = "1.21.2", features = ["macros", "rt-multi-thread", "time"] }
tracing = "0.1.37"
tracing-subscriber = { version = "0.3.16", features = ["env-filter"] }