Use delegate crate to simplify things a bit.
This commit is contained in:
parent
5a69aff778
commit
c4adca76c0
3 changed files with 24 additions and 21 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue