15 lines
335 B
TOML
15 lines
335 B
TOML
[package]
|
|
name = "jay-udmabuf"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
|
|
[dependencies]
|
|
jay-allocator = { path = "../allocator" }
|
|
jay-formats = { path = "../formats" }
|
|
jay-utils = { path = "../utils" }
|
|
jay-video-types = { path = "../video-types" }
|
|
|
|
log = "0.4.20"
|
|
thiserror = "2.0.11"
|
|
uapi = "0.2.13"
|