mirror of
https://github.com/Zedfrigg/ironbar.git
synced 2025-07-09 14:01:03 +02:00
parent
47e3e0f9b2
commit
c876904bda
4 changed files with 30 additions and 11 deletions
|
@ -125,7 +125,7 @@ mlua = { version = "0.9.7", optional = true, features = ["luajit"] }
|
|||
cairo-rs = { version = "0.18.5", optional = true, features = ["png"] }
|
||||
|
||||
# clipboard
|
||||
nix = { version = "0.27.1", optional = true, features = ["event"] }
|
||||
nix = { version = "0.28.0", optional = true, features = ["event", "fs"] }
|
||||
|
||||
# clock
|
||||
chrono = { version = "0.4.38", optional = true, default_features = false, features = ["clock", "unstable-locales"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue