Skip to content

Commit

Permalink
Add nlohmann/json module for glTF work later on
Browse files Browse the repository at this point in the history
Unless we find a better library, probably easiest to just manually create them for now.
  • Loading branch information
Xaymar committed Mar 1, 2024
1 parent 5435187 commit 60c8b25
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,9 @@
[submodule "third-party/zlib-ng"]
path = third-party/zlib-ng
url = https://github.com/zlib-ng/zlib-ng
[submodule "third-party/json"]
path = third-party/json
url = https://github.com/nlohmann/json
[submodule "third-party/nlohmann-json"]
path = third-party/nlohmann-json
url = https://github.com/nlohmann/json
1 change: 1 addition & 0 deletions third-party/nlohmann-json
Submodule nlohmann-json added at 0457de

0 comments on commit 60c8b25

Please sign in to comment.