From 10f83431f29c052ff9340e7fe105dbaf51de71a6 Mon Sep 17 00:00:00 2001 From: Riyyi Date: Tue, 23 Feb 2021 01:48:42 +0100 Subject: [PATCH] Add SFML, rapidjson as git submodule --- .gitmodules | 6 ++++++ deps/SFML | 1 + deps/rapidjson | 1 + 3 files changed, 8 insertions(+) create mode 100644 .gitmodules create mode 160000 deps/SFML create mode 160000 deps/rapidjson diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..5722efc --- /dev/null +++ b/.gitmodules @@ -0,0 +1,6 @@ +[submodule "deps/rapidjson"] + path = deps/rapidjson + url = https://github.com/Tencent/rapidjson +[submodule "deps/SFML"] + path = deps/SFML + url = https://github.com/SFML/SFML diff --git a/deps/SFML b/deps/SFML new file mode 160000 index 0000000..b762276 --- /dev/null +++ b/deps/SFML @@ -0,0 +1 @@ +Subproject commit b762276a27efac365968c8330bdb0b5cca44bf52 diff --git a/deps/rapidjson b/deps/rapidjson new file mode 160000 index 0000000..8bce684 --- /dev/null +++ b/deps/rapidjson @@ -0,0 +1 @@ +Subproject commit 8bce684cdadbeed4620d0e8fa62d38d043be5988