planetis-m / naylib

Yet another raylib Nim wrapper
MIT License
181 stars 10 forks source link

override config.h / enable SVG #110

Closed mdos98 closed 1 month ago

mdos98 commented 1 month ago

how can I enable SUPPORT_FILEFORMAT_SVG

thanks in advance.

planetis-m commented 1 month ago

It's very easy, you need to add a passC pragma with your define like this example. Bare in mind that I have tested svg support in raylib and it's in a bad state.

mdos98 commented 1 month ago

thank you