add stb_image

This commit is contained in:
milek7
2019-04-08 23:33:20 +02:00
parent 47e8dbf19a
commit 4931d6d6f8
3 changed files with 7552 additions and 0 deletions

View File

@@ -151,6 +151,8 @@ set(SOURCES
"imgui/imgui_draw.cpp"
"imgui/imgui_widgets.cpp"
"imgui/imgui_impl_glfw.cpp"
"stb/stb_image.c"
)
option(USE_IMGUI_GL3 "Use OpenGL3+ imgui implementation" ON)

3
stb/stb_image.c Normal file
View File

@@ -0,0 +1,3 @@
#define STB_IMAGE_IMPLEMENTATION
#define STBI_ONLY_JPEG
#include "stb/stb_image.h"

7547
stb/stb_image.h Normal file

File diff suppressed because it is too large Load Diff