Browse Source

Add JSON submodule

master
Rick van Vonderen 4 years ago
parent
commit
2cdc222357
  1. 3
      .gitmodules
  2. 1
      inferno/vendor/json

3
.gitmodules vendored

@ -4,3 +4,6 @@
[submodule "inferno/vendor/glm"]
path = inferno/vendor/glm
url = https://github.com/g-truc/glm
[submodule "inferno/vendor/json"]
path = inferno/vendor/json
url = https://github.com/nlohmann/json

1
inferno/vendor/json vendored

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