From 968d645d17700beac6c9c69d852be9b0d605c13f Mon Sep 17 00:00:00 2001 From: BZLZHH Date: Thu, 2 Oct 2025 10:55:16 +0800 Subject: [PATCH] [Chore] (FastSTL): Add FastSTL as submodule. --- .gitmodules | 3 +++ include/FastSTL | 1 + 2 files changed, 4 insertions(+) create mode 160000 include/FastSTL diff --git a/.gitmodules b/.gitmodules index 7e4c4c53..5c0bfdad 100644 --- a/.gitmodules +++ b/.gitmodules @@ -7,3 +7,6 @@ [submodule "3rdparty/SPIRV-Cross"] path = 3rdparty/SPIRV-Cross url = https://github.com/KhronosGroup/SPIRV-Cross.git +[submodule "include/FastSTL"] + path = include/FastSTL + url = https://github.com/MobileGL-Dev/FastSTL.git diff --git a/include/FastSTL b/include/FastSTL new file mode 160000 index 00000000..644b3b01 --- /dev/null +++ b/include/FastSTL @@ -0,0 +1 @@ +Subproject commit 644b3b01e6e7dcb6a67818289d2fb9bbe85232f2