Files
sporel-module-rts-prototype/manifest.module
Axel Meyer 9317b9703b deps: bump lib-core.input dep 0.3.0 → 0.4.0 (P.3.10 cascade)
No behavioral change. Only 0.4.0 is now available.
2026-05-15 22:14:24 +02:00

16 lines
494 B
Plaintext

{
"id": "rts-prototype",
"version": "0.1.0",
"kind": "module",
"api": "^0.1",
"entry_point": "init.lua",
"deps": [
{"id": "lib-core.maps", "version": "0.1.1"},
{"id": "lib-core.render", "version": "0.1.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"}
]
}