add multifile thing?

This commit is contained in:
v
2021-01-02 14:58:12 +00:00
parent 94e6615afc
commit 58b39788f3
2 changed files with 34 additions and 0 deletions

12
multifile/pkgmeta.ltn Normal file
View File

@@ -0,0 +1,12 @@
{
["version"] = "0.1.0",
["dependencies"] = {
"mfs",
},
["description"] = "Packs multiple files into one. Currently only a library",
["files"] = {
["lib"] = {
"multifile.lua"
}
}
}