mirror of
https://git.sr.ht/~calebccff/pbsplash
synced 2026-01-12 20:48:40 -09:00
nanosvg: move to C file
no need to keep this in a header. Signed-off-by: Caleb Connolly <caleb.connolly@linaro.org>
This commit is contained in:
parent
3a71d0437b
commit
26b0fe1b22
4 changed files with 4938 additions and 4828 deletions
3197
include/nanosvg.h
3197
include/nanosvg.h
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
4908
src/nanosvg.c
4908
src/nanosvg.c
File diff suppressed because it is too large
Load diff
|
|
@ -11,9 +11,7 @@
|
|||
|
||||
#include <math.h>
|
||||
#include <string.h>
|
||||
#define NANOSVG_ALL_COLOR_KEYWORDS // Include full list of color keywords.
|
||||
#include "nanosvg.h"
|
||||
#include "nanosvgrast.h"
|
||||
#include "pbsplash.h"
|
||||
#include "tfblib.h"
|
||||
#include "timespec.h"
|
||||
|
|
|
|||
Loading…
Reference in a new issue