initial(P.3.3): lib-core.input-test test-module

This commit is contained in:
Axel Meyer
2026-05-12 02:29:07 +02:00
commit c37dd1678f
3 changed files with 62 additions and 0 deletions

10
manifest.module Normal file
View File

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