From 93de7a7b40114259c4e3255d6567c519c8300fa1 Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 8 Feb 2019 22:08:48 +0100 Subject: externals: Add Zstandard v1.3.8 --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index 2558a5ebc..b891805de 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 -- cgit v1.2.3 From eadc834bb307381aa6bcdc11bde678f027a05ff8 Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 13 Feb 2019 15:53:57 +0100 Subject: gitmodules: Replace taps with spaces --- .gitmodules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index b891805de..26b4e5272 100644 --- a/.gitmodules +++ b/.gitmodules @@ -41,5 +41,5 @@ path = externals/Vulkan-Headers url = https://github.com/KhronosGroup/Vulkan-Headers.git [submodule "externals/zstd"] - path = externals/zstd - url = https://github.com/facebook/zstd + path = externals/zstd + url = https://github.com/facebook/zstd -- cgit v1.2.3