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
Currently the repository only supports the Zig's master branch. It think it would be a great idea to also support the latest stable branch.
Considering, the only change needs to be made as far as I can see, is to edit the src/zopengl.zig and remove the reference for every @export(...) call.
The text was updated successfully, but these errors were encountered:
Currently the repository only supports the Zig's master branch. It think it would be a great idea to also support the latest stable branch.
Considering, the only change needs to be made as far as I can see, is to edit the
src/zopengl.zig
and remove the reference for every@export(...)
call.The text was updated successfully, but these errors were encountered: