From dd332051c85c2c08175188162de13ddfe5436e36 Mon Sep 17 00:00:00 2001 From: "Alejandro R. Mosteo" Date: Thu, 21 Nov 2024 10:19:13 +0100 Subject: [PATCH] Fix submodules after rebase --- .gitmodules | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitmodules b/.gitmodules index c95a94618..0e5b7dba9 100644 --- a/.gitmodules +++ b/.gitmodules @@ -57,9 +57,15 @@ [submodule "deps/dirty_booleans"] path = deps/dirty_booleans url = https://github.com/mosteo/dirty_booleans +[submodule "deps/compare_to_case"] + path = deps/compare_to_case + url = https://github.com/mosteo/compare_to_case [submodule "deps/den"] path = deps/den url = https://github.com/mosteo/den [submodule "deps/cstrings"] path = deps/cstrings url = https://github.com/mosteo/cstrings +[submodule "deps/lml"] + path = deps/lml + url = https://github.com/mosteo/lml