From 28c23d2f55b7c8036a348849f90abe133c2226b8 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sun, 21 Jan 2024 02:33:02 +0000 Subject: Include ctre submodule --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index 0ce5431..6332369 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "thirdparty/glad"] path = thirdparty/glad url = https://github.com/Dav1dde/glad +[submodule "thirdparty/ctre"] + path = thirdparty/ctre + url = https://github.com/hanickadot/compile-time-regular-expressions -- cgit v1.2.3