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 +++ thirdparty/ctre | 1 + 2 files changed, 4 insertions(+) create mode 160000 thirdparty/ctre 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 diff --git a/thirdparty/ctre b/thirdparty/ctre new file mode 160000 index 0000000..b3d7788 --- /dev/null +++ b/thirdparty/ctre @@ -0,0 +1 @@ +Subproject commit b3d7788b559e34d985c8530c3e0e7260b67505a6 -- cgit v1.2.3