summaryrefslogtreecommitdiffstats
path: root/thirdparty/thorvg/inc/config.h
blob: 05b0275e66401fdd1ff820e097cd3facefdb6edd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef THORVG_CONFIG_H
#define THORVG_CONFIG_H

#define THORVG_SW_RASTER_SUPPORT
#define THORVG_SVG_LOADER_SUPPORT
#define THORVG_PNG_LOADER_SUPPORT
#define THORVG_JPG_LOADER_SUPPORT
#define THORVG_THREAD_SUPPORT

// For internal debugging:
//#define THORVG_LOG_ENABLED

#define THORVG_VERSION_STRING "0.12.4"
#endif