This commit is contained in:
Henry Hiles 2026-04-20 16:37:15 -04:00
commit bf24020a7a
Signed by: Henry-Hiles
SSH key fingerprint: SHA256:VKQUdS31Q90KvX7EkKMHMBpUspcmItAh86a+v7PGiIs
4 changed files with 85 additions and 22 deletions

View file

@ -13,3 +13,5 @@ wayland-client = "0.31"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
wayland-protocols = { version = "0.32.12", features = ["client", "staging"] }
libc = "0.2.185"
crossbeam-channel = "0.5.15"