From 73312cb9489b58246598b2c90968f439ff92f8c2 Mon Sep 17 00:00:00 2001 From: jadebenn Date: Wed, 6 Mar 2024 22:15:54 -0600 Subject: [PATCH] add fmtlib --- .gitmodules | 3 +++ thirdparty/fmt | 1 + 2 files changed, 4 insertions(+) create mode 160000 thirdparty/fmt diff --git a/.gitmodules b/.gitmodules index 4ba6a43b..d5fe6b5f 100644 --- a/.gitmodules +++ b/.gitmodules @@ -17,3 +17,6 @@ [submodule "thirdparty/magic_enum"] path = thirdparty/magic_enum url = https://github.com/Neargye/magic_enum.git +[submodule "thirdparty/fmt"] + path = thirdparty/fmt + url = https://github.com/fmtlib/fmt.git diff --git a/thirdparty/fmt b/thirdparty/fmt new file mode 160000 index 00000000..e69e5f97 --- /dev/null +++ b/thirdparty/fmt @@ -0,0 +1 @@ +Subproject commit e69e5f977d458f2650bb346dadf2ad30c5320281