Browse Source

Meta: Remove nlohmann/json dependency

master
Riyyi 2 years ago
parent
commit
85b222984d
  1. 3
      .gitmodules
  2. 1
      README.org
  3. 1
      vendor/json

3
.gitmodules vendored

@ -4,9 +4,6 @@
[submodule "inferno/vendor/glm"]
path = vendor/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"]
path = vendor/entt
url = https://github.com/skypjack/entt

1
README.org

@ -39,7 +39,6 @@ Or
- [[https://github.com/Dav1dde/glad][glad]]
- [[https://github.com/glfw/glfw][GLFW]]
- [[https://github.com/g-truc/glm][GLM]]
- [[https://github.com/nlohmann/json][JSON]]
- [[https://github.com/lua/lua][Lua]]
- [[https://github.com/riyyi/ruc][ruc]]
- [[https://github.com/ThePhD/sol2][sol3]]

1
vendor/json vendored

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