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

zig 0.11 package support #51

Closed afgno closed 11 months ago

afgno commented 11 months ago
Not-Nik commented 11 months ago

Parts of this feel unnecessarily convoluted and crucially remove the ability for raylib-zig to be easily used as a library. However, I will incorporate your fix separately

afgno commented 11 months ago

Oh I see... yeah I can just addraylib as a dependecy an link it separately. devel branch works now with zig 0.11 just fine. Thanks!