Add stb dependency
This commit is contained in:
@@ -7,3 +7,6 @@
|
||||
[submodule "inferno/vendor/json"]
|
||||
path = inferno/vendor/json
|
||||
url = https://github.com/nlohmann/json
|
||||
[submodule "inferno/vendor/stb"]
|
||||
path = inferno/vendor/stb
|
||||
url = https://github.com/nothings/stb
|
||||
|
||||
@@ -41,6 +41,7 @@ include_directories(
|
||||
"${ENGINE}/vendor/glfw/include"
|
||||
"${ENGINE}/vendor/glm"
|
||||
"${ENGINE}/vendor/json/include"
|
||||
"${ENGINE}/vendor/stb"
|
||||
"${ENGINE}/src"
|
||||
)
|
||||
|
||||
|
||||
+1
-1
@@ -39,9 +39,9 @@ Or
|
||||
- [[https://github.com/Dav1dde/glad][glad]]
|
||||
- [[https://github.com/glfw/glfw][GLFW]]
|
||||
- [[https://github.com/g-truc/glm][GLM]]
|
||||
# - [[https://github.com/nothings/stb][stb]]
|
||||
- [[https://github.com/nlohmann/json][JSON]]
|
||||
# - [[https://github.com/lua/lua][Lua]]
|
||||
- [[https://github.com/nothings/stb][stb]]
|
||||
|
||||
* References
|
||||
|
||||
|
||||
+1
Submodule inferno/vendor/stb added at b42009b3b9
Reference in New Issue
Block a user