mirror of https://github.com/auygun/kaliber.git
Update third_party/stb
stb_image - v2.28 stb_truetype - v1.26
This commit is contained in:
parent
22d80d6152
commit
8a87597911
|
@ -8,6 +8,7 @@
|
|||
#include "engine/platform/asset_file.h"
|
||||
|
||||
#define STB_TRUETYPE_IMPLEMENTATION
|
||||
#define STBTT_STATIC
|
||||
#include "../third_party/stb/stb_truetype.h"
|
||||
|
||||
namespace eng {
|
||||
|
|
|
@ -12,7 +12,6 @@
|
|||
|
||||
// This 3rd party library is written in C and uses malloc, which means that we
|
||||
// have to do the same.
|
||||
#define STBI_NO_STDIO
|
||||
#include "../third_party/stb/stb_image.h"
|
||||
|
||||
using namespace base;
|
||||
|
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue