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 raylib to work with Zig >=0.10 #31

Closed iacore closed 1 year ago

iacore commented 1 year ago

The updated raylib isn't an official raylib release. (it says 4.5-dev)

Not-Nik commented 1 year ago

raylib version has been updated in 1e06706bff87c39738b339eec90e8d20db2ba122. The orelse is valid in Zig 0.10.1

iacore commented 1 year ago

I removed orelse because it should not fail.