mirror of
https://git.sr.ht/~calebccff/pbsplash
synced 2026-01-13 04:58:39 -09:00
10 lines
257 B
C
10 lines
257 B
C
|
|
/* Build the nanosvg implementation here, to build it only once and have other
|
||
|
|
* C files build fast during development. */
|
||
|
|
#include <stdio.h>
|
||
|
|
|
||
|
|
#define NANOSVG_IMPLEMENTATION
|
||
|
|
#include "nanosvg.h"
|
||
|
|
|
||
|
|
#define NANOSVGRAST_IMPLEMENTATION
|
||
|
|
#include "nanosvgrast.h"
|