You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice if dependencies were fetched and built using the zig build system, rather than relying on the user's system having the correct libraries and fonts installed.
It would be nice if dependencies were fetched and built using the zig build system, rather than relying on the user's system having the correct libraries and fonts installed.
For SDL, this can be done with
https://github.com/allyourcodebase/SDL
I'm not sure about SDL_ttf
Font's should also be provided somehow, as currently the code expects you to have a subdirectory called
res
that contains the correct font file.The text was updated successfully, but these errors were encountered: