chore: add nlohmann::json

This commit is contained in:
2026-03-21 20:17:51 -03:00
parent 2d077e8b63
commit 9cb6d5a058
3 changed files with 5 additions and 1 deletions
+3
View File
@@ -4,3 +4,6 @@
[submodule "vendor/CUE4Parse"] [submodule "vendor/CUE4Parse"]
path = vendor/CUE4Parse path = vendor/CUE4Parse
url = https://github.com/FabianFG/CUE4Parse url = https://github.com/FabianFG/CUE4Parse
[submodule "vendor/json"]
path = vendor/json
url = https://github.com/nlohmann/json
+1 -1
View File
@@ -1,2 +1,2 @@
add_subdirectory(nerutils) add_subdirectory(nerutils)
add_subdirectory(simdjson) add_subdirectory(json)
Vendored Submodule
+1
Submodule vendor/json added at eba0a92bfb