X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=.gitmodules;h=cc30f0e4b2f920e2567109580e548cfbc0590c97;hb=d5882ddde922fff8f5164bd6930df7ed35c5d1f9;hp=40f448a6f4a5792860bdbacb34522710917e97bc;hpb=d03dded620ac200a907a3b72f8504d6e7284be37;p=vg.git diff --git a/.gitmodules b/.gitmodules index 40f448a..cc30f0e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,18 @@ -[submodule "cglm"] - path = cglm - url = https://github.com/recp/cglm.git +[submodule "submodules/anyascii"] + path = submodules/anyascii + url = https://github.com/anyascii/anyascii.git +[submodule "submodules/qoi"] + path = submodules/qoi + url = https://github.com/phoboslab/qoi.git +[submodule "submodules/stb"] + path = submodules/stb + url = https://github.com/nothings/stb.git +[submodule "submodules/SDL_GameControllerDB"] + path = submodules/SDL_GameControllerDB + url = https://github.com/gabomdq/SDL_GameControllerDB.git +[submodule "submodules/tinydir"] + path = submodules/tinydir + url = https://github.com/cxong/tinydir.git +[submodule "submodules/SDL"] + path = submodules/SDL + url = https://github.com/libsdl-org/SDL.git