Add manifest.core for engine bootstrap

Engine requires both manifest.core (lib metadata) and manifest.module
(module metadata) for proper package discovery and loading.
This commit is contained in:
Calic
2026-05-24 01:06:04 +02:00
parent 9d41ba8890
commit 45992065a1

6
manifest.core Normal file
View File

@@ -0,0 +1,6 @@
{
"id": "sporel-module-map-editor.core",
"kind": "lib",
"version": "0.1.0",
"license": "Proprietary"
}