Fix for Cairo example test

This commit is contained in:
Oleksii Bulba 2024-12-20 21:25:54 +04:00
parent 310a74ae45
commit c10b2bf107

View File

@ -24,8 +24,8 @@
#include <stdlib.h>
// The renderer includes clay.h while also providing the
// CLAY_IMPLEMENTATION
#include "../../renderers/cairo/clay_renderer_cairo.c"
#define CLAY_IMPLEMENTATION
#include "../../renderers/clay_renderer.h"
// cairo-pdf, though this is optional and not required if you,
// e.g. render PNGs.