feat: P.0.module.skeleton trivial-stub for lib-core.maps
This commit is contained in:
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
build/
|
||||
*.log
|
||||
6
README.md
Normal file
6
README.md
Normal 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
1
init.lua
Normal file
@@ -0,0 +1 @@
|
||||
return { hello = function() return "maps loaded" end }
|
||||
1
manifest.lib
Normal file
1
manifest.lib
Normal file
@@ -0,0 +1 @@
|
||||
{"id":"lib-core.maps","version":"0.1.0"}
|
||||
Reference in New Issue
Block a user