Use delegate crate to simplify things a bit.

This commit is contained in:
Ian Douglas Scott 2023-12-15 13:33:29 -08:00
parent 5a69aff778
commit c4adca76c0
3 changed files with 24 additions and 21 deletions

View file

@ -19,6 +19,7 @@ tokio = "1.23.0"
wayland-protocols = "0.31.0"
zbus = { version = "3.7.0", default-features = false, features = ["tokio"] }
once_cell = "1.18.0"
delegate = "0.11.0"
[profile.dev]
# Not usable at opt-level 0, at least with software renderer