mirror of
https://github.com/Zedfrigg/ironbar.git
synced 2025-08-18 07:11:04 +02:00
Merge branch 'refs/heads/master' into develop
# Conflicts: # Cargo.toml # src/modules/volume.rs
This commit is contained in:
commit
3bf4e9b877
51 changed files with 867 additions and 475 deletions
|
@ -79,12 +79,14 @@ workspaces = ["futures-lite"]
|
|||
"workspaces+sway" = ["workspaces", "swayipc-async"]
|
||||
"workspaces+hyprland" = ["workspaces", "hyprland"]
|
||||
|
||||
schema = ["dep:schemars"]
|
||||
|
||||
[dependencies]
|
||||
# core
|
||||
gtk = "0.18.1"
|
||||
gtk-layer-shell = "0.8.0"
|
||||
glib = "0.18.5"
|
||||
tokio = { version = "1.37.0", features = [
|
||||
tokio = { version = "1.38.0", features = [
|
||||
"macros",
|
||||
"rt-multi-thread",
|
||||
"time",
|
||||
|
@ -140,6 +142,9 @@ mpris = { version = "2.0.1", optional = true }
|
|||
# networkmanager
|
||||
futures-signals = { version = "0.3.33", optional = true }
|
||||
|
||||
# schema
|
||||
schemars = { version = "0.8.21", optional = true }
|
||||
|
||||
# sys_info
|
||||
sysinfo = { version = "0.29.11", optional = true }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue