Meta: Remove nlohmann/json dependency

This commit is contained in:
Riyyi
2022-09-26 22:37:25 +02:00
parent 124479876b
commit 85b222984d
3 changed files with 0 additions and 5 deletions
-3
View File
@@ -4,9 +4,6 @@
[submodule "inferno/vendor/glm"] [submodule "inferno/vendor/glm"]
path = vendor/glm path = vendor/glm
url = https://github.com/g-truc/glm url = https://github.com/g-truc/glm
[submodule "inferno/vendor/json"]
path = vendor/json
url = https://github.com/nlohmann/json
[submodule "inferno/vendor/entt"] [submodule "inferno/vendor/entt"]
path = vendor/entt path = vendor/entt
url = https://github.com/skypjack/entt url = https://github.com/skypjack/entt
-1
View File
@@ -39,7 +39,6 @@ Or
- [[https://github.com/Dav1dde/glad][glad]] - [[https://github.com/Dav1dde/glad][glad]]
- [[https://github.com/glfw/glfw][GLFW]] - [[https://github.com/glfw/glfw][GLFW]]
- [[https://github.com/g-truc/glm][GLM]] - [[https://github.com/g-truc/glm][GLM]]
- [[https://github.com/nlohmann/json][JSON]]
- [[https://github.com/lua/lua][Lua]] - [[https://github.com/lua/lua][Lua]]
- [[https://github.com/riyyi/ruc][ruc]] - [[https://github.com/riyyi/ruc][ruc]]
- [[https://github.com/ThePhD/sol2][sol3]] - [[https://github.com/ThePhD/sol2][sol3]]
Vendored
-1
Submodule vendor/json deleted from bde5712418