diff options
| author | bunnei <bunneidev@gmail.com> | 2019-04-07 17:48:33 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-04-07 17:48:33 -0400 |
| commit | 21a4e7deea9638e4841e57d815cf1ecb7543fb34 (patch) | |
| tree | 97dd726abe476c0a4c03c5da1c39239e93c6ed2a /.gitmodules | |
| parent | 52ad5fa0e85572b7d33a59b81228c8f8d5defcf3 (diff) | |
| parent | eadc834bb307381aa6bcdc11bde678f027a05ff8 (diff) | |
Merge pull request #2098 from FreddyFunk/disk-cache-zstd
gl_shader_disk_cache: Use Zstandard for compression
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 2558a5ebc..26b4e5272 100644 --- a/.gitmodules +++ b/.gitmodules @@ -40,3 +40,6 @@ [submodule "Vulkan-Headers"] path = externals/Vulkan-Headers url = https://github.com/KhronosGroup/Vulkan-Headers.git +[submodule "externals/zstd"] + path = externals/zstd + url = https://github.com/facebook/zstd |
