From 4c200513158ad0b974cda961deffe6192830ecae Mon Sep 17 00:00:00 2001 From: Andrew Opalach Date: Thu, 1 Oct 2020 04:28:13 -0400 Subject: switch to c++, add dxt5 and dxt1 handling --- .gitmodules | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index 26f663b..dbdbfee 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,12 +1,6 @@ -[submodule "subprojects/cglm"] - path = subprojects/cglm - url = https://github.com/recp/cglm.git [submodule "subprojects/glfw"] path = subprojects/glfw url = https://github.com/glfw/glfw.git -[submodule "subprojects/jansson"] - path = subprojects/jansson - url = https://github.com/akheron/jansson.git -[submodule "subprojects/moro"] - path = subprojects/moro - url = git@github.com:Pizzabelly/moro.git +[submodule "subprojects/fmt"] + path = subprojects/fmt + url = https://github.com/fmtlib/fmt.git -- cgit v1.2.3-101-g0448