ryupold / raylib.zig

Idiomatic Zig bindings for raylib utilizing raylib_parser
MIT License
222 stars 36 forks source link

Fix add module and optimize param #9

Closed GamerSenior closed 1 year ago

GamerSenior commented 1 year ago

With the latest changes to the build API, the building process have broken. Here's a quick fix, but would be better to utilize the new module system.

ryupold commented 1 year ago

thanks for the fix 😄 When I find the time I will upgrade to the new module system.