blob: 735b4df9da7bfae0c1d1ebd7c75b19862a4dac53 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#ifndef THORVG_CONFIG_H
#define THORVG_CONFIG_H
#define THORVG_SW_RASTER_SUPPORT
#define THORVG_SVG_LOADER_SUPPORT
// For internal debugging:
//#define THORVG_LOG_ENABLED
#define THORVG_VERSION_STRING "0.11.0"
#endif
|