X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=.gitmodules;h=cc30f0e4b2f920e2567109580e548cfbc0590c97;hb=d5882ddde922fff8f5164bd6930df7ed35c5d1f9;hp=e69de29bb2d1d6434b8b29ae775ad8c2e48c5391;hpb=65162f8fdb1956375f564c57bdd1f27866d65440;p=vg.git diff --git a/.gitmodules b/.gitmodules index e69de29..cc30f0e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -0,0 +1,18 @@ +[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