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

12
video-types/Cargo.toml Normal file
View file

@ -0,0 +1,12 @@
[package]
name = "jay-video-types"
version = "0.1.0"
edition = "2024"
license = "GPL-3.0-only"
[dependencies]
jay-formats = { version = "0.1.0", path = "../formats" }
jay-utils = { version = "0.1.0", path = "../utils" }
arrayvec = "0.7.4"
uapi = "0.2.13"