81949c2cd2
Fixes #81618.
9 lines
164 B
C++
9 lines
164 B
C++
#ifndef THORVG_CONFIG_H
|
|
#define THORVG_CONFIG_H
|
|
|
|
#define THORVG_SW_RASTER_SUPPORT
|
|
|
|
#define THORVG_SVG_LOADER_SUPPORT
|
|
|
|
#define THORVG_VERSION_STRING "0.10.7"
|
|
#endif
|