feat: add shared Wayland workspace backend

This commit is contained in:
2026-04-09 08:07:20 -04:00
parent f2f1de737d
commit d0aef1331d
10 changed files with 749 additions and 9 deletions

View File

@@ -19,6 +19,11 @@ dependencies = [
"louis; extra == 'braille'"
]
[project.optional-dependencies]
wayland = [
"pywayland"
]
[project.scripts]
cthulhu = "cthulhu.cthulhu:main"