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

View file

@ -47,6 +47,7 @@ members = [
"theme",
"clientmem",
"allocator",
"output-schedule",
"pango",
"libinput",
"toml-config",
@ -97,6 +98,7 @@ jay-gfx-types = { version = "0.1.0", path = "gfx-types" }
jay-theme = { version = "0.1.0", path = "theme" }
jay-clientmem = { version = "0.1.0", path = "clientmem" }
jay-allocator = { version = "0.1.0", path = "allocator" }
jay-output-schedule = { version = "0.1.0", path = "output-schedule" }
jay-pango = { version = "0.1.0", path = "pango" }
jay-libinput = { version = "0.1.0", path = "libinput" }