output_schedule: move cursor scheduler into workspace crate
This commit is contained in:
parent
11940fb6a5
commit
6d569bd4b7
9 changed files with 286 additions and 209 deletions
13
Cargo.lock
generated
13
Cargo.lock
generated
|
|
@ -740,6 +740,7 @@ dependencies = [
|
|||
"jay-layout-animation",
|
||||
"jay-libinput",
|
||||
"jay-logger",
|
||||
"jay-output-schedule",
|
||||
"jay-pango",
|
||||
"jay-pr-caps",
|
||||
"jay-sighand",
|
||||
|
|
@ -937,6 +938,18 @@ dependencies = [
|
|||
"uapi",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "jay-output-schedule"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"futures-util",
|
||||
"jay-async-engine",
|
||||
"jay-io-uring",
|
||||
"jay-utils",
|
||||
"log",
|
||||
"num-traits",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "jay-pango"
|
||||
version = "0.1.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue