added stb_image lib

This commit is contained in:
k 2024-12-22 15:23:12 -05:00
parent d233bbe720
commit 753c6cead6
2 changed files with 7990 additions and 0 deletions

7988
headers/stb_image.h Normal file

File diff suppressed because it is too large Load Diff

2
src/stb_images.c Normal file
View File

@ -0,0 +1,2 @@
#define STB_IMAGE_IMPLEMENTATION
#include "stb_image.h"