config: add async tasks and polling infrastructure
This commit is contained in:
parent
7fb68561e8
commit
d4d76c0ef3
13 changed files with 613 additions and 13 deletions
|
|
@ -9,3 +9,6 @@ description = "Configuration crate for the Jay compositor"
|
|||
bincode = "1.3.3"
|
||||
serde = { version = "1.0.196", features = ["derive"] }
|
||||
log = "0.4.14"
|
||||
futures-util = { version = "0.3.30", features = ["io"] }
|
||||
uapi = "0.2.10"
|
||||
thiserror = "1.0.57"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue