summaryrefslogtreecommitdiffstats
path: root/thirdparty/thorvg/inc/config.h
blob: 87125418fb084308ed7bcd405f2fda12d39ddba9 (plain)
1
2
3
4
5
6
7
8
9
#ifndef THORVG_CONFIG_H
#define THORVG_CONFIG_H

#define THORVG_SW_RASTER_SUPPORT

#define THORVG_SVG_LOADER_SUPPORT

#define THORVG_VERSION_STRING "0.10.0"
#endif