dmabuf: add PlaneVec
This commit is contained in:
parent
3e4bed66b0
commit
d022d96fbf
9 changed files with 42 additions and 23 deletions
7
Cargo.lock
generated
7
Cargo.lock
generated
|
|
@ -114,6 +114,12 @@ version = "1.0.75"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6"
|
||||
|
||||
[[package]]
|
||||
name = "arrayvec"
|
||||
version = "0.7.4"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711"
|
||||
|
||||
[[package]]
|
||||
name = "autocfg"
|
||||
version = "1.1.0"
|
||||
|
|
@ -428,6 +434,7 @@ dependencies = [
|
|||
"ahash",
|
||||
"algorithms",
|
||||
"anyhow",
|
||||
"arrayvec",
|
||||
"backtrace",
|
||||
"bincode",
|
||||
"bitflags 2.4.1",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue