test(P.3.4): initial — lib-sporel.launcher-test v0.1.0 (12 assertions, P.3.1 pattern)

This commit is contained in:
Calic
2026-05-12 23:15:50 +02:00
commit b27911484e
3 changed files with 43 additions and 0 deletions

11
manifest.module Normal file
View File

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