* Add better structure for build.zig
Temporarily disabled the tests
* Cleanup build.zig a bit
* Fixed zemscripten and cleanup other platforms
* Make opengl_version selection more restritive
* Add traslateC to build; Renable examples
* Add raygui build to build.zig
* Deny glfw from android target
* Fix android platform includes
* Add Zig project example
* Add Zig project mention to README
* Set right name for web build in zig example
* Cleanup last parts of build.zig
* Add linking method for build.zig
* Fix lshcore link for glfw and rgfw build.zig
* Fix weird sdl linkage build.zig
* Add zig example to zig project
* Fix win32, mac build bugs in build.zig
* Rename argument lshcore to shcore build.zig
- Added zig-pkg directory to gitignore
- Brought min zig version to recent nightly release these improvements
were completed on
- For linux build, only add rglfw.c if the platform is glfw
- Add a None option to the LinuxDisplayBackend
- Fixed xcode-frameworks dependency and update to using most recent
commit hash
Removes the second build.zig in the examples directory and incorporates it
into the main build.zig. This gives the zig build system the data needed to
know if the raylib library needs to be rebuilt when running any example.