test(P.3.5): initial — lib-core.camera-test v0.1.0 (16 assertions, P.3.1 pattern)

This commit is contained in:
Axel Meyer
2026-05-13 02:10:53 +02:00
commit 5dc8b18188
3 changed files with 81 additions and 0 deletions

11
manifest.module Normal file
View File

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