udmabuf: move allocator implementation into workspace crate
This commit is contained in:
parent
81a718aa74
commit
1558666601
5 changed files with 356 additions and 324 deletions
|
|
@ -49,6 +49,7 @@ members = [
|
|||
"allocator",
|
||||
"output-schedule",
|
||||
"drm-feedback",
|
||||
"udmabuf",
|
||||
"pango",
|
||||
"libinput",
|
||||
"toml-config",
|
||||
|
|
@ -101,6 +102,7 @@ jay-clientmem = { version = "0.1.0", path = "clientmem" }
|
|||
jay-allocator = { version = "0.1.0", path = "allocator" }
|
||||
jay-output-schedule = { version = "0.1.0", path = "output-schedule" }
|
||||
jay-drm-feedback = { version = "0.1.0", path = "drm-feedback" }
|
||||
jay-udmabuf = { version = "0.1.0", path = "udmabuf" }
|
||||
jay-pango = { version = "0.1.0", path = "pango" }
|
||||
jay-libinput = { version = "0.1.0", path = "libinput" }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue