Add scheduler for async in wayland thread
This commit is contained in:
parent
7ae2dc9e06
commit
01a64b11fa
3 changed files with 310 additions and 126 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue