nolanderc / glsl_analyzer

Language server for GLSL (autocomplete, goto-definition, formatter, and more)
GNU General Public License v3.0
156 stars 3 forks source link

glsl_analyzer does not compile with Zig 0.12.0 #55

Closed wr7 closed 2 months ago

wr7 commented 2 months ago

Zig 0.12.0 was just released, but compiling glsl_analyzer with it causes several errors.

I tried fixing some of them, but I don't really have enough time or experience with Zig to completely fix everything. Here's a diff of what I've done so far if you want to use it as a starting point:

zig_12_compatibility.PATCH

nolanderc commented 2 months ago

Thanks, I’ll take a look tomorrow if I find the time :)