summaryrefslogtreecommitdiffhomepage
path: root/build.zig
AgeCommit message (Collapse)Author
2024-04-22[build.zig] Drop support for 0.11.0 and use more idiomatic build script code ↵freakmangd
(#3927) * Remove support for 0.11.0, and make build script more idiomatic + remove all 0.11.0 compatibility functions + remove most LazyPath .path variants + I didn't touch emscripten, I don't know if its relative or absolute + change all absolute paths to use .cwd_relative + only use the builder allocator + have local dependencies use the package manager + make adding raygui more flexible + use zig-cache for generated wayland files * Remove support for 0.11.0 in examples/build.zig * update examples further and add clarifying comment on addRaygui
2024-04-13[build.zig] Fix local dependency breakage (#3913)freakmangd
* fix local dependency breakage * revert accidental change in include path
2024-01-13Add shared library build option for build.zig and update to zig ↵Andrew Lee
0.12.0-dev.2139 (#3727) * update build.zig to 0.12.0-dev.2139 and add shared lib option * add no-sanitize workarounds
2024-01-11Update to latest zig 0.12.0dev while keeping 0.11.0 compatibility (#3715)freakmangd
* update build.zig for latest zig 0.12.0dev while still allowing 0.11.0 * update examples/build.zig and add nicer message for type mismatch
2023-11-02build.zig updates for 0.11.0 release. (#3501)Caleb Barger
2023-10-13fix zig syntax errors in examples, and make it install executables correctly ↵Purple4pur
(#3395)
2023-10-10Revert "Update zig build system to zig version 0.11.0 (#3393)"Ray
This reverts commit 540ad9944205235cd9ccbd716c5a667daf929616.
2023-10-09Update zig build system to zig version 0.11.0 (#3393)Purple4pur
* update build.zig for zig 0.11.0 * fix build.zig in examples to install executable correctly * discard build.zig, only use src/build.zig, to avoid annoying zig-out path problem * update zig version note
2023-05-15Reverted commits that deprecated the build.zig files, and added a note to ↵Gamer-Kold
all of them stating version of zig they were using (#3060) * Revert "Fixed broken build.zig files. Now works with latest stable compiler (as of commit, latest is 0.10.1) (#3045)" This reverts commit de748dfffefeba1ba9bcf0c90c538d32c9cb2020 so that zig build script works with master branch of zig. * Added a note to build.zig files that denotes what version of zig they have been tested with. * Standardised the note in the build.zig files
2023-05-06Fixed broken build.zig files. Now works with latest stable compiler (as of ↵Gamer-Kold
commit, latest is 0.10.1) (#3045) Co-authored-by: Talha Qamar <[email protected]>
2023-05-01fix for latest zig master (#3037)star-tek-mb
2023-02-05update zig build to latest master (#2910)star-tek-mb
also, adds package manager support