mirror of
https://github.com/odin-lang/Odin.git
synced 2026-02-15 15:44:04 +00:00
Merge pull request #4223 from hstormo/bugfix
Remove stb_rect_pack implementation from stb_truetype (fix #4215)
This commit is contained in:
BIN
vendor/stb/lib/darwin/stb_truetype.a
vendored
BIN
vendor/stb/lib/darwin/stb_truetype.a
vendored
Binary file not shown.
BIN
vendor/stb/lib/stb_truetype.lib
vendored
BIN
vendor/stb/lib/stb_truetype.lib
vendored
Binary file not shown.
BIN
vendor/stb/lib/stb_truetype_wasm.o
vendored
BIN
vendor/stb/lib/stb_truetype_wasm.o
vendored
Binary file not shown.
2
vendor/stb/src/Makefile
vendored
2
vendor/stb/src/Makefile
vendored
@@ -8,7 +8,7 @@ endif
|
||||
|
||||
wasm:
|
||||
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:
|
||||
mkdir -p ../lib
|
||||
|
||||
3
vendor/stb/src/stb_truetype.c
vendored
3
vendor/stb/src/stb_truetype.c
vendored
@@ -1,5 +1,2 @@
|
||||
#define STB_RECT_PACK_IMPLEMENTATION
|
||||
#include "stb_rect_pack.h"
|
||||
|
||||
#define STB_TRUETYPE_IMPLEMENTATION
|
||||
#include "stb_truetype.h"
|
||||
Reference in New Issue
Block a user