udmabuf: move allocator implementation into workspace crate
This commit is contained in:
parent
81a718aa74
commit
1558666601
5 changed files with 356 additions and 324 deletions
14
Cargo.lock
generated
14
Cargo.lock
generated
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue