diff options
| author | Håkon Stormo <mail@hstormo.net> | 2024-09-09 15:30:31 +0200 |
|---|---|---|
| committer | Håkon Stormo <mail@hstormo.net> | 2024-09-09 15:50:00 +0200 |
| commit | ae020ffb2e5edb7dd27e42b0ae771d1b23168238 (patch) | |
| tree | e93de7a98325d990fd67dac9fe6d0d6b1760123b | |
| parent | a25a9e6ebe58510cfac20e1187f41a01ec3ec2b2 (diff) | |
Remove stb_rect_pack implementation from stb_truetype (fix #4215)
| -rw-r--r-- | vendor/stb/src/stb_truetype.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/vendor/stb/src/stb_truetype.c b/vendor/stb/src/stb_truetype.c index e44c22c89..05c23f583 100644 --- a/vendor/stb/src/stb_truetype.c +++ b/vendor/stb/src/stb_truetype.c @@ -1,5 +1,2 @@ -#define STB_RECT_PACK_IMPLEMENTATION -#include "stb_rect_pack.h" - #define STB_TRUETYPE_IMPLEMENTATION #include "stb_truetype.h"
\ No newline at end of file |