mirror of
https://github.com/ichmagmaus111/ghostgram.git
synced 2026-07-09 17:38:35 +02:00
9 lines
174 B
C
9 lines
174 B
C
#ifndef config_h
|
|
#define config_h
|
|
|
|
#define THORVG_VERSION_STRING "1.0.0"
|
|
#define THORVG_SW_RASTER_SUPPORT true
|
|
#define THORVG_NEON_VECTOR_SUPPORT true
|
|
|
|
#endif /* config_h */
|