Remove need for CRT with kb_text_shape and implement the allocating calls manually

This commit is contained in:
gingerBill
2025-06-20 09:03:56 +01:00
parent c056fb7512
commit 8f115c5bc8
4 changed files with 81 additions and 15 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
#include <stdlib.h>
#include <stdint.h>
#define KB_TEXT_SHAPE_NO_CRT
#define KB_TEXT_SHAPE_IMPLEMENTATION
#include "kb_text_shape.h"