1
0
Fork 0
forked from wry/wry

udmabuf: move allocator implementation into workspace crate

This commit is contained in:
kossLAN 2026-05-29 11:53:32 -04:00
parent 81a718aa74
commit 1558666601
No known key found for this signature in database
5 changed files with 356 additions and 324 deletions

View file

@ -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" }