Files
sporel-module-rts-prototype/manifest.module
Axel Meyer fda3f2f712 chore: bump lib-core.composition dep to 0.3.0
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-06-14 11:57:40 +02:00

18 lines
587 B
Plaintext

{
"id": "rts-prototype",
"version": "0.1.4",
"kind": "module",
"api": "^0.1",
"ci_frames": 60,
"entry_point": "init.lua",
"deps": [
{"id": "lib-core.maps", "version": "0.5.7"},
{"id": "lib-core.render", "version": "0.2.0"},
{"id": "lib-core.composition", "version": "0.3.0"},
{"id": "lib-core.camera", "version": "0.3.0"},
{"id": "lib-core.input", "version": "0.4.0"},
{"id": "lib-core.selection", "version": "0.1.0"},
{"id": "lib-core.command", "version": "0.1.0"}
]
}