feat: P.0.module.skeleton trivial-stub for lib-core.maps

This commit is contained in:
Axel Meyer
2026-05-09 15:42:39 +02:00
commit 5cf3d0c2fb
4 changed files with 10 additions and 0 deletions

2
.gitignore vendored Normal file
View File

@@ -0,0 +1,2 @@
build/
*.log

6
README.md Normal file
View File

@@ -0,0 +1,6 @@
# lib-core.maps
P.0.module.skeleton trivial-stub. Will be properly implemented in P.0.lib.maps slice.
- Lib-ID: `lib-core.maps`
- Version: `0.1.0`

1
init.lua Normal file
View File

@@ -0,0 +1 @@
return { hello = function() return "maps loaded" end }

1
manifest.lib Normal file
View File

@@ -0,0 +1 @@
{"id":"lib-core.maps","version":"0.1.0"}