Browse Source

Add SFML, rapidjson as git submodule

master
Riyyi 3 years ago
parent
commit
10f83431f2
  1. 6
      .gitmodules
  2. 1
      deps/SFML
  3. 1
      deps/rapidjson

6
.gitmodules vendored

@ -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

1
deps/SFML vendored

@ -0,0 +1 @@
Subproject commit b762276a27efac365968c8330bdb0b5cca44bf52

1
deps/rapidjson vendored

@ -0,0 +1 @@
Subproject commit 8bce684cdadbeed4620d0e8fa62d38d043be5988
Loading…
Cancel
Save