Add scheduler for async in wayland thread

This commit is contained in:
Ian Douglas Scott 2024-01-25 17:06:28 -08:00
parent 7ae2dc9e06
commit 01a64b11fa
3 changed files with 310 additions and 126 deletions

View file

@ -5,7 +5,7 @@ edition = "2021"
[dependencies]
anyhow = "1.0.75"
calloop = "0.12.3"
calloop = { version = "0.12.3", features = ["executor"] }
clap = { version = "4", features = ["derive"] }
cosmic-comp-config = { git = "https://github.com/pop-os/cosmic-comp" }
env_logger = "0.11.0"