ryupold / raylib.zig

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

Ommited param? #19

Closed meemknight closed 1 year ago

meemknight commented 1 year ago

https://github.com/ryupold/raylib.zig/blob/85750745b3a621e2107083e0589cf5fc3a1a73e7/README.md?plain=1#L47

I am new to zig but shouldn't this line actually be raylib.addTo(b, exe, target, optimize);?

ryupold commented 1 year ago

added it. Thanks for the issue :)