config.h 319 B

123456789101112131415
  1. #ifndef THORVG_CONFIG_H
  2. #define THORVG_CONFIG_H
  3. #define THORVG_SW_RASTER_SUPPORT
  4. #define THORVG_SVG_LOADER_SUPPORT
  5. #define THORVG_PNG_LOADER_SUPPORT
  6. #define THORVG_JPG_LOADER_SUPPORT
  7. #define THORVG_THREAD_SUPPORT
  8. // For internal debugging:
  9. //#define THORVG_LOG_ENABLED
  10. #define THORVG_VERSION_STRING "0.12.10"
  11. #endif