summaryrefslogtreecommitdiffhomepage
path: root/src/build.zig
AgeCommit message (Collapse)Author
2022-10-02Update build.zig to work with last GLFW updatefix_build.zigrealtradam
2022-09-27update build.zig (#2720)Michael Scherbakow
zig `master` now enforces to use addIncludePath instead of addIncludeDir
2022-03-11Simplify build.zig to not require user to specify raylib path (#2383)Komari Spaghetti
We can figure out the source file location based on the location of the build.zig file. No need to require the library user to specify where raylib is stored.
2022-02-09Add BSD support for zig builds (#2332)Scribe of the Ziggurat
- Adds a new OS clause to build.zig for the BSDs - Tested on my FreeBSD box using https://github.com/Not-Nik/raylib-zig - All demos build and render just fine. Nice !
2022-01-08Make zig build functionality available to zig programs (#2271)Nikolas
2021-11-27Add macos support to zig build system (#2175)Anders Holmberg
2021-10-17build.zig: Use addCSourceFiles (#2066)Sage Hane
2021-09-25Add Zig build file (#2014)Tommi Sinivuo
The build file builds Raylib as a static library for either Windows or Linux.