1
0
Fork 0
forked from wry/wry

output: decouple identity from wayland output

This commit is contained in:
kossLAN 2026-05-29 12:45:39 -04:00
parent 59e4e6dfb7
commit a20deb0628
No known key found for this signature in database
13 changed files with 110 additions and 113 deletions

8
Cargo.lock generated
View file

@ -745,6 +745,7 @@ dependencies = [
"jay-libinput",
"jay-logger",
"jay-output-schedule",
"jay-output-types",
"jay-pango",
"jay-pr-caps",
"jay-sighand",
@ -995,6 +996,13 @@ dependencies = [
"num-traits",
]
[[package]]
name = "jay-output-types"
version = "0.1.0"
dependencies = [
"blake3",
]
[[package]]
name = "jay-pango"
version = "0.1.0"