Re-add stb dependency in the new location

This commit is contained in:
Riyyi
2021-02-11 16:17:45 +01:00
parent aa34cd56ce
commit 58afdbeae6
3 changed files with 5 additions and 1 deletions
+3
View File
@@ -16,3 +16,6 @@
[submodule "inferno/vendor/sol2"]
path = inferno/vendor/sol2
url = https://github.com/ThePhD/sol2
[submodule "inferno/vendor/stb/stb"]
path = inferno/vendor/stb/stb
url = https://github.com/nothings/stb
+1 -1
View File
@@ -4,7 +4,7 @@
#include "glad/glad.h"
#define STB_IMAGE_IMPLEMENTATION
#include "stb_image.h"
#include "stb/stb_image.h"
#include "inferno/assert.h"
#include "inferno/render/texture.h"
Vendored Submodule
+1
Submodule inferno/vendor/stb/stb added at b42009b3b9