mirror of
https://github.com/Zedfrigg/ironbar.git
synced 2025-07-02 19:21:03 +02:00
refactor: use latest libcorn
with serde support
This should speed Corn config loading up a bit :)
This commit is contained in:
parent
cf87bb4e8d
commit
0fb5fa8c2a
3 changed files with 153 additions and 141 deletions
|
@ -21,7 +21,7 @@ serde = { version = "1.0.141", features = ["derive"] }
|
|||
serde_json = "1.0.82"
|
||||
serde_yaml = "0.9.4"
|
||||
toml = "0.5.9"
|
||||
libcorn = "0.4.0"
|
||||
libcorn = "0.6.0"
|
||||
lazy_static = "1.4.0"
|
||||
async_once = "0.2.6"
|
||||
indexmap = "1.9.1"
|
||||
|
@ -37,4 +37,4 @@ swayipc-async = { version = "2.0.1" }
|
|||
sysinfo = "0.26.4"
|
||||
wayland-client = "0.29.5"
|
||||
wayland-protocols = { version = "0.29.5", features = ["unstable_protocols", "client"] }
|
||||
smithay-client-toolkit = { version = "0.16.0", default-features = false, features=["calloop"] }
|
||||
smithay-client-toolkit = { version = "0.16.0", default-features = false, features = ["calloop"] }
|
Loading…
Add table
Add a link
Reference in a new issue