[build.zig] improve build system

- Is now possible to switch platform

- Forwarded option structs from raylib build.zig

- raygui build step depends on raylib build.zig
This commit is contained in:
haxsam 2024-12-24 11:50:04 +01:00
parent 1ef4995f82
commit ae76994a2d
3 changed files with 35 additions and 145 deletions

View file

@ -4,7 +4,7 @@
Manually tweaked, auto-generated [raylib](https://github.com/raysan5/raylib) bindings for zig.
Bindings tested on raylib version 5.5 and Zig 0.13.0
Bindings tested on raylib version 5.6-dev and Zig 0.13.0
Thanks to all the [contributors](https://github.com/Not-Nik/raylib-zig/graphs/contributors) for their help with this
binding.