Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(zig): add opengl_version option #3979

Merged
merged 1 commit into from
May 12, 2024
Merged

Conversation

alexmozaidze
Copy link
Contributor

Added opengl_version option to src/build.zig.

I was manual-testing it on a Linux machine, and it works well. However, I am unsure of how correct the code is for target-specific OpenGL options. Currently, it prioritizes user-defined option and doesn't do anything linking-related so the user handles it himself (like linking GLESv2).

Added `opengl_version` option to `src/build.zig`.
@raysan5 raysan5 merged commit f4b5622 into raysan5:master May 12, 2024
@raysan5
Copy link
Owner

raysan5 commented May 12, 2024

@alexmozaidze thanks for the review! 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants