This commit is contained in:
benstrb 2026-03-21 22:00:34 +01:00
parent 9bf4c44aa2
commit 4895333ff1
5 changed files with 75 additions and 14 deletions

11
Cargo.lock generated
View file

@ -1787,6 +1787,16 @@ dependencies = [
"jni-sys",
]
[[package]]
name = "niri-ipc"
version = "25.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "12bd9eb4e437f5282ce853cf66837658379cb537b4b6bae687da59246005329a"
dependencies = [
"serde",
"serde_json",
]
[[package]]
name = "num-traits"
version = "0.2.19"
@ -3310,6 +3320,7 @@ dependencies = [
"chrono",
"iced",
"iced_layershell",
"niri-ipc",
"tokio",
"winit",
"zbus",