rive-app / rive-cpp-legacy

C++ runtime for Rive
MIT License
287 stars 43 forks source link

Ensure compilation with gcc #362

Open BertholdKrevert opened 1 year ago

BertholdKrevert commented 1 year ago

Since gcc lacks support for vector builtins/the ext_vector_type attribute, incorporate the polyfill already utilized by the MSVC target

Fixes https://github.com/rive-app/rive-cpp/issues/360

BertholdKrevert commented 1 year ago

This helps us to integrate rive-cpp into https://github.com/basysKom/RiveQtQuickPlugin

Thanks for your work on Rive.