1
0
Fork 0
forked from wry/wry

cpu_worker: move runtime into workspace crate

This commit is contained in:
kossLAN 2026-05-29 11:18:35 -04:00
parent 1c24ca26fe
commit 5a3b2a483b
No known key found for this signature in database
9 changed files with 566 additions and 509 deletions

17
Cargo.lock generated
View file

@ -695,6 +695,7 @@ dependencies = [
"jay-bufio",
"jay-cmm",
"jay-config",
"jay-cpu-worker",
"jay-criteria",
"jay-dbus-core",
"jay-edid",
@ -759,6 +760,22 @@ dependencies = [
name = "jay-config-schema"
version = "0.1.0"
[[package]]
name = "jay-cpu-worker"
version = "0.1.0"
dependencies = [
"jay-async-engine",
"jay-geometry",
"jay-io-uring",
"jay-tracy",
"jay-utils",
"jay-wheel",
"log",
"parking_lot",
"thiserror",
"uapi",
]
[[package]]
name = "jay-criteria"
version = "0.1.0"