io_uring: move runtime into workspace crate
This commit is contained in:
parent
03d3876888
commit
c3b17db151
22 changed files with 662 additions and 617 deletions
14
Cargo.lock
generated
14
Cargo.lock
generated
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue