1
0
Fork 0
forked from wry/wry

eventfd: move cache into workspace crate

This commit is contained in:
kossLAN 2026-05-29 11:14:42 -04:00
parent 89dc6c91cf
commit aa70204881
No known key found for this signature in database
6 changed files with 191 additions and 162 deletions

13
Cargo.lock generated
View file

@ -698,6 +698,7 @@ dependencies = [
"jay-criteria",
"jay-dbus-core",
"jay-edid",
"jay-eventfd-cache",
"jay-formats",
"jay-geometry",
"jay-io-uring",
@ -787,6 +788,18 @@ dependencies = [
"thiserror",
]
[[package]]
name = "jay-eventfd-cache"
version = "0.1.0"
dependencies = [
"jay-async-engine",
"jay-io-uring",
"jay-utils",
"log",
"thiserror",
"uapi",
]
[[package]]
name = "jay-formats"
version = "0.1.0"