From 31dd75e6205fd76d9fe5f605c1d83426331a1ef1 Mon Sep 17 00:00:00 2001 From: Daniel Lemire Date: Sat, 28 Jul 2018 20:27:23 -0400 Subject: [PATCH] Moved rapidjson. --- .gitmodules | 2 +- {scalarvssimd => dependencies}/rapidjson | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename {scalarvssimd => dependencies}/rapidjson (100%) diff --git a/.gitmodules b/.gitmodules index e9ca6e83..c6be7e3d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,5 +1,5 @@ [submodule "scalarvssimd/rapidjson"] - path = scalarvssimd/rapidjson + path = dependencies/rapidjson url = https://github.com/Tencent/rapidjson.git [submodule "dependencies/double-conversion"] path = dependencies/double-conversion diff --git a/scalarvssimd/rapidjson b/dependencies/rapidjson similarity index 100% rename from scalarvssimd/rapidjson rename to dependencies/rapidjson