1
0
Fork 0
forked from wry/wry

output_schedule: move cursor scheduler into workspace crate

This commit is contained in:
kossLAN 2026-05-29 11:48:49 -04:00
parent 11940fb6a5
commit 6d569bd4b7
No known key found for this signature in database
9 changed files with 286 additions and 209 deletions

13
Cargo.lock generated
View file

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