fix(P.3.4): manifest schema — add api, entry_point; exact-match dep version

This commit is contained in:
Calic
2026-05-12 23:14:38 +02:00
parent 141683438d
commit 4db760bc60

View File

@@ -2,8 +2,10 @@
"id": "lib-sporel.launcher", "id": "lib-sporel.launcher",
"version": "0.1.0", "version": "0.1.0",
"kind": "module", "kind": "module",
"api": "^0.1",
"name": "Sporel Launcher", "name": "Sporel Launcher",
"entry_point": "init.lua",
"deps": [ "deps": [
{ "id": "lib-core.input", "version": "^0.3.0" } { "id": "lib-core.input", "version": "0.3.0" }
] ]
} }