fix: keep tokio runtime available for compositor

This commit is contained in:
Lionel DARNIS 2026-05-24 16:08:29 +02:00
parent 934db82775
commit 56230f0ade
3 changed files with 11 additions and 0 deletions

View file

@ -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"