diff options
Diffstat (limited to 'thirdparty/thorvg/inc/config.h')
-rw-r--r-- | thirdparty/thorvg/inc/config.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/thirdparty/thorvg/inc/config.h b/thirdparty/thorvg/inc/config.h index 31baceca67..f271b52faf 100644 --- a/thirdparty/thorvg/inc/config.h +++ b/thirdparty/thorvg/inc/config.h @@ -5,10 +5,11 @@ #define THORVG_SVG_LOADER_SUPPORT #define THORVG_PNG_LOADER_SUPPORT #define THORVG_JPG_LOADER_SUPPORT +#define THORVG_WEBP_LOADER_SUPPORT #define THORVG_THREAD_SUPPORT // For internal debugging: //#define THORVG_LOG_ENABLED -#define THORVG_VERSION_STRING "0.12.10" +#define THORVG_VERSION_STRING "0.13.3" #endif |