I'm very interested in Zigs cross-compilation abilities and especially Zig CC; while it seems to work pretty well with CLI applications, I haven't figured out how to cross-compile programs using sokol_app.h (https://github.com/floooh/sokol-zig) yet. It looks like I need to at least add the GL headers manually, but I'm not even sure if that's enough. Am I doing anything wrong, or is this currently just not possible?
This is my first time seriously using Zig, so please don't be too harsh if I act stupid 😄
GitHub
Zig bindings for the sokol headers (https://github.com/floooh/sokol) - GitHub - floooh/sokol-zig: Zig bindings for the sokol headers (https://github.com/floooh/sokol)