Dashboard/Quik.StbImage/quik_stbi.c

7 lines
115 B
C
Raw Normal View History

2023-07-08 12:25:44 +02:00
#include "quik_stbi.h"
2023-07-08 13:08:11 +02:00
QUIK_DEFINE_LIB(quik_stbi);
2023-07-08 12:25:44 +02:00
#define STB_IMAGE_IMPLEMENTATION 1
#include "stb/stb_image.h"