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

Updated examples to work with zig master branch #2620

Merged
merged 1 commit into from
Aug 8, 2022
Merged

Updated examples to work with zig master branch #2620

merged 1 commit into from
Aug 8, 2022

Conversation

DaJobat
Copy link
Contributor

@DaJobat DaJobat commented Aug 8, 2022

Specifically, std.fs.OpenDirOptions struct no longer has the iterable flag, now it's a standalone function call std.fs.openIterableDir.
This was added to zig with ziglang/zig#12060

Specifically, std.fs.OpenDirOptions struct no longer has the iterable
flag, now it's a standalone function call std.fs.openIterableDir
@DaJobat DaJobat changed the title Updated to work with zig master branch Updated examples to work with zig master branch Aug 8, 2022
@raysan5 raysan5 merged commit 621d6ae into raysan5:master Aug 8, 2022
@raysan5
Copy link
Owner

raysan5 commented Aug 8, 2022

@DaJobat thanks for the review! :D

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.

None yet

2 participants