fix: add lib-core.panel to test manifest deps

The test init.lua requires lib-core.panel directly; the engine resolver
enforces explicit dependency declaration and does not traverse transitive
deps from inventory-list-display.
This commit is contained in:
Calic
2026-06-13 23:24:21 +02:00
parent 4e63c288e6
commit 58b6cc03d5
2 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,8 @@
"api_min": "0.1",
"deps": [
{"id": "lib-core.inventory-list-display", "version": "0.1.0"},
{"id": "lib-core.panel", "version": "0.1.0"},
{"id": "lib-core.inventory-list", "version": "0.1.0"},
{"id": "lib-core.composition", "version": "0.2.0"}
]
}
}