1
0
Fork 0
forked from wry/wry

io_uring: move runtime into workspace crate

This commit is contained in:
kossLAN 2026-05-29 09:22:59 -04:00
parent 03d3876888
commit c3b17db151
No known key found for this signature in database
22 changed files with 662 additions and 617 deletions

14
Cargo.lock generated
View file

@ -688,6 +688,7 @@ dependencies = [
"jay-edid",
"jay-formats",
"jay-geometry",
"jay-io-uring",
"jay-layout-animation",
"jay-time",
"jay-toml-config",
@ -776,6 +777,19 @@ dependencies = [
"smallvec",
]
[[package]]
name = "jay-io-uring"
version = "0.1.0"
dependencies = [
"jay-async-engine",
"jay-time",
"jay-utils",
"log",
"run-on-drop",
"thiserror",
"uapi",
]
[[package]]
name = "jay-layout-animation"
version = "0.1.0"