Add dmabuf protocol handler

Not used yet.
This commit is contained in:
Ian Douglas Scott 2023-11-08 14:32:33 -08:00
parent b1d986ee71
commit 9a822bd76d
4 changed files with 64 additions and 0 deletions

View file

@ -10,6 +10,7 @@ env_logger = "0.10.0"
futures-channel = "0.3.25"
libcosmic = { git = "https://github.com/pop-os/libcosmic", default-features = false, features = ["tokio", "wayland"] }
tokio = "1.23.0"
wayland-protocols = "0.31.0"
zbus = { version = "3.7.0", default-features = false, features = ["tokio"] }
[profile.dev]