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

Update to Zig v 0.11 #2

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Update to Zig v 0.11 #2

wants to merge 3 commits into from

Commits on May 16, 2023

  1. Configuration menu
    Copy the full SHA
    7a73edb View commit details
    Browse the repository at this point in the history
  2. Update lib.zig unused var

    Here we’ve had to assign values to _, as Zig does not allow us to have unused values.
    https://ziglearn.org/chapter-1/#for
    felixdrp authored May 16, 2023
    Configuration menu
    Copy the full SHA
    ae7c76a View commit details
    Browse the repository at this point in the history
  3. Fix Update lib.zig unused var

    Here we’ve had to assign values to _, as Zig does not allow us to have unused values.
    https://ziglearn.org/chapter-1/#for
    felixdrp authored May 16, 2023
    Configuration menu
    Copy the full SHA
    4f40647 View commit details
    Browse the repository at this point in the history