-
-
Notifications
You must be signed in to change notification settings - Fork 177
Upgrade to Zig 0.14.0 #750
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR upgrades the project to Zig 0.14.0 by updating documentation to reflect the current state of development.
- Removed outdated comment about Zig's development status.
- Updated README.md to eliminate misleading instructions regarding package management.
Files not reviewed (19)
- .zigversion: Language not supported
- build.zig.zon: Language not supported
- dev.build.zig.zon: Language not supported
- libs/system_sdk: Language not supported
- libs/zaudio: Language not supported
- libs/zbullet: Language not supported
- libs/zemscripten: Language not supported
- libs/zflecs: Language not supported
- libs/zglfw: Language not supported
- libs/zgpu: Language not supported
- libs/zgui: Language not supported
- libs/zjobs: Language not supported
- libs/zmath: Language not supported
- libs/zmesh: Language not supported
- libs/znoise: Language not supported
- libs/zopengl: Language not supported
- libs/zopenvr: Language not supported
- libs/zphysics: Language not supported
- libs/zpix: Language not supported
Hi, it's not clear from the PR/github, does this include updating zflecs? Otherwise I can have a look at it today I think. :) |
Hey yes this updates zflecs to irs latest commit. But we don't have any example apps for it here unfortunately. |
It's finally here. Exciting! |
58fd140
to
5651999
Compare
753199f
to
3dbd344
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR updates the README to reflect changes introduced by upgrading to Zig 0.14.0 and bumping libraries to their latest versions.
- Removed outdated development notice and sample instructions.
- Updated the installation and getting started instructions to better align with the Zig 0.14.0 environment.
- Improved clarity of the build commands and steps.
Files not reviewed (19)
- .zigversion: Language not supported
- build.zig: Language not supported
- build.zig.zon: Language not supported
- dev.build.zig.zon: Language not supported
- libs/system_sdk: Language not supported
- libs/zaudio: Language not supported
- libs/zbullet: Language not supported
- libs/zemscripten: Language not supported
- libs/zflecs: Language not supported
- libs/zglfw: Language not supported
- libs/zgpu: Language not supported
- libs/zgui: Language not supported
- libs/zjobs: Language not supported
- libs/zmath: Language not supported
- libs/zmesh: Language not supported
- libs/znoise: Language not supported
- libs/zopengl: Language not supported
- libs/zopenvr: Language not supported
- libs/zphysics: Language not supported
I'm going to merge this even though the Windows CI keeps failing. Maybe I will spend some time working on a solution to ziglang/zig#17472., also see mlugg/setup-zig#36. |
Uh oh!
There was an error while loading. Please reload this page.