diff options
| author | Triang3l <triang3l@yandex.ru> | 2020-12-13 18:41:07 +0300 |
|---|---|---|
| committer | Triang3l <triang3l@yandex.ru> | 2020-12-13 20:04:12 +0300 |
| commit | 4617dc556900b1ec53cb2dfd984fcc28f5a421a6 (patch) | |
| tree | 80e0d16fd21abcc2bb5932bdcdef58fdeb61e313 /.gitmodules | |
| parent | c14e3770a23453e9439e979cdaa928b35436a8f1 (diff) | |
Merge branch 'master' into vulkan
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 0ab83261a..10b24d730 100644 --- a/.gitmodules +++ b/.gitmodules @@ -64,6 +64,9 @@ [submodule "third_party/date"] path = third_party/date url = https://github.com/HowardHinnant/date.git +[submodule "third_party/xxhash"] + path = third_party/xxhash + url = https://github.com/Cyan4973/xxHash.git [submodule "third_party/glslang"] path = third_party/glslang url = https://github.com/KhronosGroup/glslang.git |
