video: move dma-buf types into workspace crate
This commit is contained in:
parent
f456905231
commit
ebaccd8762
6 changed files with 77 additions and 14 deletions
11
Cargo.lock
generated
11
Cargo.lock
generated
|
|
@ -721,6 +721,7 @@ dependencies = [
|
|||
"jay-tree-types",
|
||||
"jay-units",
|
||||
"jay-utils",
|
||||
"jay-video-types",
|
||||
"jay-wheel",
|
||||
"jay-wire-buf",
|
||||
"jay-wire-types",
|
||||
|
|
@ -978,6 +979,16 @@ dependencies = [
|
|||
"uapi",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "jay-video-types"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"arrayvec",
|
||||
"jay-formats",
|
||||
"jay-utils",
|
||||
"uapi",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "jay-wheel"
|
||||
version = "0.1.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue