瀏覽代碼

Rebuild stb libraries and compile `stb_truetype` using the `stb_rect_pack` rects

gingerBill 3 周之前
父節點
當前提交
a0f6084b48

二進制
vendor/stb/lib/stb_image.lib


二進制
vendor/stb/lib/stb_image_resize.lib


二進制
vendor/stb/lib/stb_image_write.lib


二進制
vendor/stb/lib/stb_rect_pack.lib


二進制
vendor/stb/lib/stb_sprintf.lib


二進制
vendor/stb/lib/stb_truetype.lib


二進制
vendor/stb/lib/stb_vorbis.lib


+ 2 - 0
vendor/stb/src/stb_truetype.c

@@ -1,2 +1,4 @@
+#include "stb_rect_pack.h"
+
 #define STB_TRUETYPE_IMPLEMENTATION
 #include "stb_truetype.h"