mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-08-08 08:31:13 +00:00
9 lines
174 B
C
9 lines
174 B
C
#ifndef config_h
|
|
#define config_h
|
|
|
|
#define THORVG_VERSION_STRING "1.0.0"
|
|
#define THORVG_SW_RASTER_SUPPORT true
|
|
#define THORVG_NEON_VECTOR_SUPPORT true
|
|
|
|
#endif /* config_h */
|