damage: move transform matrix into workspace crate
This commit is contained in:
parent
db94c9167f
commit
54aefd8c41
5 changed files with 140 additions and 113 deletions
|
|
@ -50,6 +50,7 @@ members = [
|
|||
"output-schedule",
|
||||
"drm-feedback",
|
||||
"udmabuf",
|
||||
"damage",
|
||||
"pango",
|
||||
"libinput",
|
||||
"toml-config",
|
||||
|
|
@ -103,6 +104,7 @@ 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-damage = { version = "0.1.0", path = "damage" }
|
||||
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