allocator: move buffer allocation traits into workspace crate
This commit is contained in:
parent
663cfb3ca3
commit
11940fb6a5
10 changed files with 141 additions and 67 deletions
11
Cargo.lock
generated
11
Cargo.lock
generated
|
|
@ -630,6 +630,16 @@ dependencies = [
|
|||
"smallvec",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "jay-allocator"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"jay-formats",
|
||||
"jay-video-types",
|
||||
"thiserror",
|
||||
"uapi",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "jay-ash"
|
||||
version = "0.3.0+1.4.344"
|
||||
|
|
@ -710,6 +720,7 @@ dependencies = [
|
|||
"indexmap",
|
||||
"isnt 0.2.0",
|
||||
"jay-algorithms",
|
||||
"jay-allocator",
|
||||
"jay-ash",
|
||||
"jay-async-engine",
|
||||
"jay-bufio",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue