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:
+2
-2
@@ -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",
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user