diff options
author | cflip <cflip@cflip.net> | 2022-03-26 21:04:28 -0600 |
---|---|---|
committer | cflip <cflip@cflip.net> | 2022-03-26 21:04:28 -0600 |
commit | c4355742cb22a0e243eded1c6ffcc713b2301b4d (patch) | |
tree | 7277cb155a33e53daaac68f21f6deca5727539b8 /.gitmodules | |
parent | 21f744c631bbe2fe3389f3b2f733256fb343e959 (diff) |
Include stb_image as a submodule instead of a file in the repository
Instead of storing a copy of stb_image.h in the repository directly,
we can just include it as a submodule.
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..1bbb38a --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "include/stb"] + path = include/stb + url = https://github.com/nothings/stb |