diff options
| author | 2020-10-01 04:28:13 -0400 | |
|---|---|---|
| committer | 2020-10-01 04:28:13 -0400 | |
| commit | 4c200513158ad0b974cda961deffe6192830ecae (patch) | |
| tree | 110c4fde4b0d47d0a273de7f3cbe98528e8e7e9e /.gitmodules | |
| parent | f114f3ad193313676be1de0d9388b9062a8559ab (diff) | |
| download | mauri-4c200513158ad0b974cda961deffe6192830ecae.tar.gz mauri-4c200513158ad0b974cda961deffe6192830ecae.tar.bz2 mauri-4c200513158ad0b974cda961deffe6192830ecae.zip | |
switch to c++, add dxt5 and dxt1 handling
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 12 |
1 files changed, 3 insertions, 9 deletions
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 |