diff options
| author | Joshua Vandaƫle <joshua@vandaele.software> | 2025-04-28 10:38:18 +0200 |
|---|---|---|
| committer | Joshua Vandaƫle <joshua@vandaele.software> | 2025-09-28 20:05:25 +0200 |
| commit | 5db6e60b7136e94dc84c8ee032f43b89b1a9ebe9 (patch) | |
| tree | 6001fff8caf49bbba1dae8c705d4823f56a15036 /.gitmodules | |
| parent | e1c7734ee44e1f49089c8f4e3c2496e573e7cae6 (diff) | |
pugixml: Update to 1.15 and make it a submodule
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index ff27af1b5b..160539eb10 100644 --- a/.gitmodules +++ b/.gitmodules @@ -110,3 +110,7 @@ path = Externals/glslang/glslang url = https://github.com/KhronosGroup/glslang.git shallow = true +[submodule "Externals/pugixml/pugixml"] + path = Externals/pugixml/pugixml + url = https://github.com/zeux/pugixml.git + shallow = true |
