commit 45dd938

uint  ·  2026-07-29 14:11:38 +0000 UTC
parent edac4b6
build stb_image
2 files changed,  +4, -0
+1, -0
1@@ -15,6 +15,7 @@ sources = [
2 	'source/util.c',
3 	'source/client/camera.c',
4 	'source/platform/platform.c',
5+        'vendor/stb_image_c89.c',
6 ]
7 
8 include_dirs = [
+3, -0
1@@ -0,0 +1,3 @@
2+#define STB_IMAGE_IMPLEMENTATION
3+#include "stb_image_c89.h"
4+