From b5bf4144496ad36c0e239c81d124a20241f64e76 Mon Sep 17 00:00:00 2001 From: Joel Verhagen Date: Tue, 16 Jan 2024 10:46:31 -0500 Subject: [PATCH] Add CSharp.lua submodule --- .gitmodules | 4 ++++ submodules/CSharp.lua | 1 + 2 files changed, 5 insertions(+) create mode 160000 submodules/CSharp.lua diff --git a/.gitmodules b/.gitmodules index ecceb094..4e344f85 100644 --- a/.gitmodules +++ b/.gitmodules @@ -6,3 +6,7 @@ path = submodules/delaunator-sharp url = https://github.com/joelverhagen/delaunator-sharp.git branch = lua-compat +[submodule "submodules/CSharp.lua"] + path = submodules/CSharp.lua + url = https://github.com/joelverhagen/CSharp.lua.git + branch = lua-compat diff --git a/submodules/CSharp.lua b/submodules/CSharp.lua new file mode 160000 index 00000000..b8d77d59 --- /dev/null +++ b/submodules/CSharp.lua @@ -0,0 +1 @@ +Subproject commit b8d77d5998095803d710907906193823e97e8f5c