Skip to content

Update to Zig 0.16.0 - #34

Merged
hazeycode merged 2 commits into
zig-gamedev:mainfrom
rastamo:update-to-zig-0-16-0
May 2, 2026
Merged

Update to Zig 0.16.0#34
hazeycode merged 2 commits into
zig-gamedev:mainfrom
rastamo:update-to-zig-0-16-0

Conversation

@rastamo

@rastamo rastamo commented Apr 30, 2026

Copy link
Copy Markdown
Contributor

Contains the changes requested in pull request #31 by @hazeycode

@hazeycode hazeycode left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should pass checks with the minimum_zig_version updated in build.zig.zon

Comment thread src/zopengl.zig
Comment on lines 8 to +9
@setEvalBranchQuota(20_000);
_ = std.testing.refAllDeclsRecursive(@This());
_ = std.testing.refAllDecls(@This());

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure this equivalent, we probably want _ = std.testing.refAllDecls(bindings); and _ = std.testing.refAllDecls(wrapper)); here too.

@hazeycode hazeycode left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@hazeycode
hazeycode merged commit 29908b1 into zig-gamedev:main May 2, 2026
3 checks passed
@hazeycode hazeycode mentioned this pull request May 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants