feat(P.3.6): lib-core.selection-test v0.1.0 — 19 state assertions

This commit is contained in:
Axel Meyer
2026-05-14 15:08:45 +02:00
commit 5b2427d522
3 changed files with 86 additions and 0 deletions

12
manifest.module Normal file
View File

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