hamncheese/godot/thirdparty/thorvg/inc/config.h
2023-09-14 21:50:26 -05:00

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.0"
#endif