feat: P.0.lib.render integration — render hook + tile colors + lib-core.render dep

This commit is contained in:
Axel Meyer
2026-05-09 20:09:28 +02:00
parent 3bd61905c5
commit 86b7ce4b36
3 changed files with 15 additions and 10 deletions

View File

@@ -4,5 +4,8 @@
"kind": "module",
"api": "^0.1",
"entry_point": "init.lua",
"deps": [{"id":"lib-core.maps","version":"0.1.0"}]
"deps": [
{"id":"lib-core.maps","version":"0.1.0"},
{"id":"lib-core.render","version":"0.1.0"}
]
}