Not-Nik / raylib-zig

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

rres support #169

Closed natpuncher closed 2 weeks ago

natpuncher commented 3 weeks ago

Hi there, is it hard to add rres to the bindings? It's a couple of header files to work with raylib packing library. Thanks in advance.

Not-Nik commented 2 weeks ago

You should be able to just @cImport/@cInclude the official implementation.