summaryrefslogtreecommitdiff
path: root/src/image/image.c
diff options
context:
space:
mode:
authorsanine <sanine.not@pm.me>2023-02-14 00:53:26 -0600
committersanine <sanine.not@pm.me>2023-02-14 00:53:26 -0600
commitcb9764cddf0ed8186e78c418f066b31921fbda40 (patch)
tree80f58cead45f4f855e910ac4cdb5aaf461797daf /src/image/image.c
parentf1fe73d1909a2448a004a88362a1a532d0d4f7c3 (diff)
add basic nanovg bindings
Diffstat (limited to 'src/image/image.c')
-rw-r--r--src/image/image.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/image/image.c b/src/image/image.c
index 64b7330..aeff333 100644
--- a/src/image/image.c
+++ b/src/image/image.c
@@ -2,7 +2,7 @@
#include <honeysuckle.h>
#include <cairo/cairo.h>
/* assimp provides its own stb_image implementation */
-#define STB_IMAGE_IMPLEMENTATION
+/*#define STB_IMAGE_IMPLEMENTATION*/
#include "stb_image.h"
#include "image.h"