Not-Nik / raylib-zig

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

Update to work with zig-0.12.0 #61

Closed pwnfooj716 closed 9 months ago

pwnfooj716 commented 10 months ago

Also updates raylib to v5.0 (necessary to work with zig-0.12.0)

Not-Nik commented 9 months ago

I wont update this binding to an unreleased Zig version

ZackeryRSmith commented 5 months ago

I wont update this binding to an unreleased Zig version

Is there some issue with just creating a separate branch? The changes to migrate from 0.11 to 0.12 are relatively trival. Missing support for the latest version seems like an important thing to ignore. I guess the alternative to my point is "if the changes are trival do them yourself", which is a valid point but may turn people away from using your bindings.

It also has the added benefit of making it easier for yourself in the future when 0.12 LTS is released.

Not-Nik commented 5 months ago

We aren't missing support for the latest version, just support for development versions. These can change dramatically without notice and I honestly just can't be asked to keep up with that, given that the main repo is often updated 10 times a day.