1
0
Fork 0
forked from wry/wry

udmabuf: move allocator implementation into workspace crate

This commit is contained in:
kossLAN 2026-05-29 11:53:32 -04:00
parent 81a718aa74
commit 1558666601
No known key found for this signature in database
5 changed files with 356 additions and 324 deletions

14
Cargo.lock generated
View file

@ -750,6 +750,7 @@ dependencies = [
"jay-toml-config",
"jay-tracy",
"jay-tree-types",
"jay-udmabuf",
"jay-units",
"jay-utils",
"jay-video-types",
@ -1054,6 +1055,19 @@ dependencies = [
"linearize",
]
[[package]]
name = "jay-udmabuf"
version = "0.1.0"
dependencies = [
"jay-allocator",
"jay-formats",
"jay-utils",
"jay-video-types",
"log",
"thiserror",
"uapi",
]
[[package]]
name = "jay-units"
version = "0.1.0"