diff options
| author | Yuqian Yang <crupest@crupest.life> | 2025-10-29 20:50:09 +0800 |
|---|---|---|
| committer | Yuqian Yang <crupest@crupest.life> | 2025-10-29 20:50:09 +0800 |
| commit | 95d061e4fca2f7903ac903a2426cb5ad30c737f7 (patch) | |
| tree | 2b9a0a6aa68bb59f869bb137b2ab5ceb62639681 /.gitmodules | |
| parent | fddecec2c3ce314c08bf595afd4183084400ad27 (diff) | |
| download | cru-95d061e4fca2f7903ac903a2426cb5ad30c737f7.tar.gz cru-95d061e4fca2f7903ac903a2426cb5ad30c737f7.tar.bz2 cru-95d061e4fca2f7903ac903a2426cb5ad30c737f7.zip | |
Use SDL as submodule.
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index d49fb062..3acf86e8 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "lib/Catch2"] path = lib/Catch2 url = https://github.com/catchorg/Catch2.git +[submodule "lib/SDL"] + path = lib/SDL + url = https://github.com/libsdl-org/SDL.git |
