fix: keep tokio runtime available for compositor
This commit is contained in:
parent
934db82775
commit
56230f0ade
3 changed files with 11 additions and 0 deletions
|
|
@ -77,6 +77,7 @@ xdg = "^3.0"
|
|||
xdg-user = "0.2.1"
|
||||
xkbcommon = "0.9"
|
||||
zbus = "5.14.0"
|
||||
tokio = { version = "1", features = ["rt-multi-thread"] }
|
||||
profiling = { version = "1.0" }
|
||||
rustix = { version = "1.1.4", features = ["process"] }
|
||||
rand = "0.10"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue