feat(P.3.7): lib-core.command-test v0.1.0 — 21 state assertions

This commit is contained in:
Axel Meyer
2026-05-14 17:05:23 +02:00
commit e6e293bce6
3 changed files with 105 additions and 0 deletions

12
manifest.module Normal file
View File

@@ -0,0 +1,12 @@
{
"id": "lib-core.command-test",
"version": "0.1.0",
"kind": "test-module",
"api": "^0.1",
"entry_point": "init.lua",
"deps": [
{ "id": "lib-core.command", "version": "0.1.0" },
{ "id": "lib-core.input", "version": "0.3.0" },
{ "id": "lib-core.camera", "version": "0.3.0" }
]
}