From 85b222984d89f9323cb23edfe135d95a6c658b31 Mon Sep 17 00:00:00 2001 From: Riyyi Date: Mon, 26 Sep 2022 22:37:25 +0200 Subject: [PATCH] Meta: Remove nlohmann/json dependency --- .gitmodules | 3 --- README.org | 1 - vendor/json | 1 - 3 files changed, 5 deletions(-) delete mode 160000 vendor/json diff --git a/.gitmodules b/.gitmodules index 5068a97..41d9d2f 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 diff --git a/README.org b/README.org index ad4199c..5f05081 100644 --- a/README.org +++ b/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]] diff --git a/vendor/json b/vendor/json deleted file mode 160000 index bde5712..0000000 --- a/vendor/json +++ /dev/null @@ -1 +0,0 @@ -Subproject commit bde57124187c5732c026ffb9357c0491344c45e7