1
0
Fork 0
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:
Jake Stanger 2022-11-28 22:23:11 +00:00
parent cf87bb4e8d
commit 0fb5fa8c2a
No known key found for this signature in database
GPG key ID: C51FC8F9CB0BEA61
3 changed files with 153 additions and 141 deletions

View file

@ -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"] }