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

Updated raylib to fix deprecated addIncludeDir #27

Closed BobG1983 closed 1 year ago

BobG1983 commented 1 year ago

calling addIncludeDir is deprecated, and was replaced with addIncludePath. Raylib was updated but the submodule was not updated in these bindings.

This pull request updates the submodule.

Not-Nik commented 1 year ago

This binding will only keep up with raylib releases, not with raylib's HEAD.