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
|
|
@ -42,6 +42,7 @@ members = [
|
|||
"pr-caps",
|
||||
"bugs",
|
||||
"logger",
|
||||
"video-types",
|
||||
"toml-config",
|
||||
"algorithms",
|
||||
"toml-spec",
|
||||
|
|
@ -85,6 +86,7 @@ jay-sighand = { version = "0.1.0", path = "sighand" }
|
|||
jay-pr-caps = { version = "0.1.0", path = "pr-caps" }
|
||||
jay-bugs = { version = "0.1.0", path = "bugs" }
|
||||
jay-logger = { version = "0.1.0", path = "logger" }
|
||||
jay-video-types = { version = "0.1.0", path = "video-types" }
|
||||
|
||||
uapi = "0.2.13"
|
||||
thiserror = "2.0.11"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue