zigzap / zap

blazingly fast backends in zig
MIT License
2.23k stars 75 forks source link

Update to Latest Zig #70

Closed jcalabro closed 8 months ago

jcalabro commented 8 months ago

Hi there! I track master zig in a bunch of my projects, and there have been a few changes since master on zap.

A more thorough outline of those changes is here, but specifically the changes that needed to be made in this project are:

Note: I converted to a draft b/c I only tested with one example. Doing the rest now

jcalabro commented 8 months ago

Oops, missed the note in the README about the 0.12.0 branch. Will close, but if you need any help with those changes, feel free to use, or ping me and I can make the changes over there. Sorry for the noise!

renerocksai commented 8 months ago

Hi there and thanks for all the work in this PR. Have you checked the readme? Zap is intentionally made for the current stable release of zig (0.11). That's a feature.

However, since many users seem to prefer to use zig master, there is a zig-0.12.0 branch for zap.

jcalabro commented 8 months ago

Hah, jinx! Thanks, sorry again!

renerocksai commented 8 months ago

No worries and many thanks for the offer 👍!