capy-ui / zig-template

Simple template for creating a Capy app in Zig
The Unlicense
26 stars 11 forks source link

Template does not work on newest (0.12.0) release #11

Closed PierreV23 closed 4 months ago

PierreV23 commented 5 months ago
build_capy.zig:62:22: error: expected 2 arguments, found 3
        const self = @fieldParentPtr(WebServerStep, "step", step);
zenith391 commented 5 months ago

Yea, that was expected because capy was still on version 2024.3.0-mach but now that 2024.5.0-mach is out I'll upgrade the code and it will also work on 0.12.0

mhcerri commented 4 months ago

Hi. It doesn't work with 0.13 either.

zenith391 commented 4 months ago

Fixed by ecb4031, it now works on Zig 0.13.0