summaryrefslogtreecommitdiffstats
path: root/thirdparty/thorvg/inc/config.h
blob: b2efe3def34660c044d4c46c7026d9281366fcd3 (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.7"
#endif