Browse Source

Re-add stb dependency in the new location

master
Riyyi 3 years ago
parent
commit
58afdbeae6
  1. 3
      .gitmodules
  2. 2
      inferno/src/inferno/render/texture.cpp
  3. 1
      inferno/vendor/stb/stb

3
.gitmodules vendored

@ -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

2
inferno/src/inferno/render/texture.cpp

@ -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
inferno/vendor/stb/stb vendored

@ -0,0 +1 @@
Subproject commit b42009b3b9d4ca35bc703f5310eedc74f584be58
Loading…
Cancel
Save