Not-Nik / raylib-zig

Manually tweaked, auto-generated raylib bindings for zig. https://github.com/raysan5/raylib
MIT License
473 stars 101 forks source link

Fix compilation errors #65

Closed Kaixi26 closed 5 months ago

Kaixi26 commented 5 months ago

I used std.testing.refAllDeclsRecursive(@This()) to force evaluation of the entire raylib-zig.zig and found some compilation errors to fix.

Not-Nik commented 5 months ago

Thank you for the fixes, I'd like to wait until #62 is merged until reviewing it, because it does change quite a bit of the API around.

Not-Nik commented 5 months ago

Ok, apparently the PR didn't create any conflicts so I'll just merge. Thank you for the fixes!