diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-09-13 18:37:20 +0200 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-09-13 18:37:20 +0200 |
commit | 8a8039f61888a51e2508a15c5af7ab3afa5756ab (patch) | |
tree | 2820028d3fe8bf3487c6cf258c888b4c8c3e3fae /.gitmodules |
WIP
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..8c7dbb0 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,5 @@ +[submodule "lib/SDL"] + path = lib/SDL + url = https://github.com/libsdl-org/SDL + branch = release-2.30.x + shallow = true |