diff options
| author | 2025-08-19 14:53:18 -0400 | |
|---|---|---|
| committer | 2025-08-19 14:53:18 -0400 | |
| commit | 810c1f8f943e9683e4d2efedba98dca0010af202 (patch) | |
| tree | 2507acdf5cad8bc65e32c037bdf436f1500c1b74 /.gitmodules | |
| parent | v0.3.2 (diff) | |
| parent | Revert to old hashmap: fixed gitmodule index (diff) | |
Merge pull request #6 from ItsMeForLua/my-feature-branch
Added Lua compat53: fixed the non-interactive mode: added .gitmodules to build.yml
Diffstat (limited to '')
| -rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..03c2dcd --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "lib/compat53"] + path = lib/compat53 + url = https://github.com/lunarmodules/lua-compat-5.3.git |
