From 189afb447e2c76e5dd5e4550e786c5175a828cbc Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Mon, 5 Aug 2024 21:49:23 -0400 Subject: add lua support --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index 3f53ce8..4f0db41 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "entt"] path = entt url = https://github.com/skypjack/entt +[submodule "sol2"] + path = sol2 + url = https://github.com/ThePhD/sol2 -- cgit v1.2.3