mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 15:48:51 +00:00
Merge pull request #4223 from hstormo/bugfix
Remove stb_rect_pack implementation from stb_truetype (fix #4215)
This commit is contained in:
Vendored
BIN
Binary file not shown.
Vendored
BIN
Binary file not shown.
Vendored
BIN
Binary file not shown.
Vendored
+1
-1
@@ -8,7 +8,7 @@ endif
|
|||||||
|
|
||||||
wasm:
|
wasm:
|
||||||
mkdir -p ../lib
|
mkdir -p ../lib
|
||||||
clang -c -Os --target=wasm32 -nostdlib stb_truetype_wasm.c -o ../lib/stb_truetype_wasm.o
|
$(CC) -c -Os --target=wasm32 -nostdlib stb_truetype_wasm.c -o ../lib/stb_truetype_wasm.o
|
||||||
|
|
||||||
unix:
|
unix:
|
||||||
mkdir -p ../lib
|
mkdir -p ../lib
|
||||||
|
|||||||
Vendored
-3
@@ -1,5 +1,2 @@
|
|||||||
#define STB_RECT_PACK_IMPLEMENTATION
|
|
||||||
#include "stb_rect_pack.h"
|
|
||||||
|
|
||||||
#define STB_TRUETYPE_IMPLEMENTATION
|
#define STB_TRUETYPE_IMPLEMENTATION
|
||||||
#include "stb_truetype.h"
|
#include "stb_truetype.h"
|
||||||
Reference in New Issue
Block a user