1
0
Fork 0
forked from wry/wry

video: move dma-buf types into workspace crate

This commit is contained in:
kossLAN 2026-05-29 11:27:02 -04:00
parent f456905231
commit ebaccd8762
No known key found for this signature in database
6 changed files with 77 additions and 14 deletions

11
Cargo.lock generated
View file

@ -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"