1#ifndef THORVG_CONFIG_H
2#define THORVG_CONFIG_H
3
4#define THORVG_SW_RASTER_SUPPORT
5
6#define THORVG_SVG_LOADER_SUPPORT
7
8#define THORVG_VERSION_STRING "0.10.0"
9#endif
10