diff --git a/.gitmodules b/.gitmodules index 24458d63d..c8007c10d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,3 +4,6 @@ [submodule "vendor/raylib"] path = vendor/raylib url = https://github.com/raysan5/raylib.git +[submodule "vendor/stb"] + path = vendor/stb + url = https://github.com/nothings/stb.git diff --git a/vendor/stb b/vendor/stb new file mode 160000 index 000000000..af1a5bc35 --- /dev/null +++ b/vendor/stb @@ -0,0 +1 @@ +Subproject commit af1a5bc352164740c1cc1354942b1c6b72eacb8a