From c4355742cb22a0e243eded1c6ffcc713b2301b4d Mon Sep 17 00:00:00 2001 From: cflip Date: Sat, 26 Mar 2022 21:04:28 -0600 Subject: 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. --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitmodules (limited to '.gitmodules') 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 -- cgit v1.2.3