Files
sporel-lib-core.inventory-l…/manifest.lib
Calic 58b6cc03d5 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.
2026-06-13 23:28:59 +02:00

12 lines
386 B
Plaintext

{
"id": "lib-core.inventory-list-display-test",
"role": "test",
"version": "0.1.0",
"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"}
]
}