Add json dep

main
Peter Repukat 3 years ago
parent 3f419779d7
commit c401087287

3
.gitmodules vendored

@ -22,3 +22,6 @@
[submodule "deps/imgui-sfml"]
path = deps/imgui-sfml
url = https://github.com/eliasdaler/imgui-sfml
[submodule "deps/json"]
path = deps/json
url = https://github.com/nlohmann/json

1
deps/json vendored

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