Update third_party/stb

stb_image - v2.28
stb_truetype - v1.26
This commit is contained in:
Attila Uygun 2023-06-21 14:00:21 +02:00
parent 22d80d6152
commit 8a87597911
5 changed files with 11299 additions and 4973 deletions

View File

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

View File

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