feat: completar llimphi.git con el widget menubar + app-bus

menubar (barra de menú in-window que cualquier app monta desde un AppMenu)
estaba excluido por su dep a app-bus. Vendorizo app-bus (hoja) y reincluyo
menubar, así llimphi.git pasa a ser la dependencia UI completa — los apps
git-dependen un solo repo liviano para todo Llimphi, sin clonar el monorepo.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-06-04 11:45:02 +00:00
parent dd126bad60
commit c1b11b2c01
7 changed files with 935 additions and 3 deletions
+2 -2
View File
@@ -9,12 +9,12 @@ members = [
"llimphi-hal", "llimphi-raster", "llimphi-layout", "llimphi-text",
"llimphi-ui", "llimphi-theme", "llimphi-surface", "llimphi-motion",
"llimphi-icons", "llimphi-compositor", "llimphi-workspace",
"widgets/*", "modules/*",
"widgets/*", "modules/*", "shared/app-bus",
]
exclude = [
"android",
"llimphi-gallery", "llimphi-gpu-bench",
"widgets/gallery", "widgets/menubar",
"widgets/gallery",
"modules/shuma-term", "modules/plugin-host",
]