summaryrefslogtreecommitdiffstats
path: root/deps/src/stb/stb.c
blob: 2a6d88863c665fef115d254a1fea4cce6daff303 (plain)
1
2
3
4
5
#define STB_IMAGE_IMPLEMENTATION
#include <stb_image.h>

#define STB_IMAGE_WRITE_IMPLEMENTATION
#include <stb_image_write.h>