this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

switch to upstream sdlgpu (#2673)

authored by

Alice and committed by
GitHub
b6630742 79387fc9

+4 -5
+4 -5
.gitmodules
··· 18 18 path = vendor/lua 19 19 url = https://github.com/lua/lua.git 20 20 shallow = true 21 - [submodule "vendor/sdl-gpu"] 22 - path = vendor/sdl-gpu 23 - url = https://github.com/aliceisjustplaying/sdl-gpu.git 24 - shallow = true 25 - branch = glew-update 26 21 [submodule "vendor/squirrel"] 27 22 path = vendor/squirrel 28 23 url = https://github.com/albertodemichelis/squirrel.git ··· 91 86 path = vendor/jsmn 92 87 url = https://github.com/zserge/jsmn.git 93 88 shallow = true 89 + [submodule "vendor/sdl-gpu"] 90 + path = vendor/sdl-gpu 91 + url = https://github.com/aliceisjustplaying/sdl-gpu.git 92 + branch = master