Re-add stb dependency in the new location
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
+1
Submodule inferno/vendor/stb/stb added at b42009b3b9
Reference in New Issue
Block a user