From 49ff9b4ae9013ec83df7dc3dae88660dbedf05c8 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Fri, 1 Apr 2022 19:33:09 -0700 Subject: [PATCH] add stb --- .gitmodules | 3 +++ vendor/stb | 1 + 2 files changed, 4 insertions(+) create mode 160000 vendor/stb 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