diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2022-01-14 16:38:51 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-14 16:38:51 +0100 |
commit | 8866c365829896bf6b4c8ec4be25c161ccaf7282 (patch) | |
tree | be2731f43c9315468ee1b4e6346297b4110de2ce /thirdparty/thorvg/inc/config.h | |
parent | 6689a9360c2dae0ca940e4e470c4d0a0e0a9bef4 (diff) | |
parent | 8d02759c720c3a91663e56979273feabad1dc051 (diff) |
Merge pull request #49645 from fire/thorvg
Diffstat (limited to 'thirdparty/thorvg/inc/config.h')
-rw-r--r-- | thirdparty/thorvg/inc/config.h | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/thirdparty/thorvg/inc/config.h b/thirdparty/thorvg/inc/config.h new file mode 100644 index 0000000000..04a450b1bb --- /dev/null +++ b/thirdparty/thorvg/inc/config.h @@ -0,0 +1,17 @@ +#ifndef THORVG_CONFIG_H +#define THORVG_CONFIG_H + +#define THORVG_SW_RASTER_SUPPORT 1 + +#define THORVG_SVG_LOADER_SUPPORT 1 + +#define THORVG_PNG_LOADER_SUPPORT 1 + +#define THORVG_TVG_LOADER_SUPPORT 1 + +#define THORVG_TVG_SAVER_SUPPORT 1 + +#define THORVG_JPG_LOADER_SUPPORT 1 + +#define THORVG_VERSION_STRING "0.7.0" +#endif |