index
:
raylib
2.6
UWP
fix_build.zig
master
sdl-gles-fix
A simple and easy-to-use library to enjoy videogames programming
realtradam
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
build.zig
Age
Commit message (
Expand
)
Author
2024-06-27
[build.zig] pass the real build.zig file (#4113)
InKryption
2024-06-27
[build.zig] Leverage `dependencyFromBuildZig` (#4109)
InKryption
2024-06-16
[build.zig] Fix raygui build when using addRaygui externally (#4027)
Viktor Pocedulić
2024-06-09
Make addRaylib use options.opengl_version (#4049)
carverdamien
2024-05-29
[build.zig] Fix Zig emscripten build (#4012)
Dylan
2024-05-15
LazyPath.path has been deprecated, using b.path() (#3983)
CosmicBagel
2024-05-13
feat(zig): add `opengl_version` option (#3979)
Alexei Mozaidze
2024-04-22
[build.zig] Drop support for 0.11.0 and use more idiomatic build script code ...
freakmangd
2024-04-13
Fix FileNotFound: .../src/raylib.h (#3915)
Dylan
2024-04-13
[build.zig] Fix local dependency breakage (#3913)
freakmangd
2024-04-10
Update to latest zig and simplify build.zig (#3905)
freakmangd
2024-04-05
Fix #3891 breaking builds for Zig v0.11.0 (#3896)
iarkn
2024-03-30
Fixes zig build that was broken on #3863 (#3891)
Nikolas Mauropoulos
2024-03-01
Fix fix-build-paths (#3849)
Caleb Barger
2024-02-26
fix build paths (#3835)
Steve Biedermann
2024-02-22
Remove all uses of deps/mingw (#3805)
Peter0x44
2024-01-13
Add shared library build option for build.zig and update to zig 0.12.0-dev.21...
Andrew Lee
2024-01-11
Update to latest zig 0.12.0dev while keeping 0.11.0 compatibility (#3715)
freakmangd
2023-12-28
[ fix-crash-caused-by-zig-build ] - Fixed 'Illegal instruction' crash on 'rte...
WisonYe
2023-11-04
Allow raylib to be built with zig 0.11.0 and zig 0.12.0dev (master) (#3506)
freakmangd
2023-11-02
build.zig updates for 0.11.0 release. (#3501)
Caleb Barger
2023-10-17
fix build.zig (#3433)
Michael Scherbakow
2023-10-14
Fix raygui.c leftover from zig build (#3417)
Blue
2023-10-13
fix zig syntax errors in examples, and make it install executables correctly ...
Purple4pur
2023-10-10
Revert "Update zig build system to zig version 0.11.0 (#3393)"
Ray
2023-10-09
Update zig build system to zig version 0.11.0 (#3393)
Purple4pur
2023-09-09
Revert "Disable UBSAN in zig builds. (#3292)" (#3303)
Ryan Roden-Corrent
2023-09-05
Disable UBSAN in zig builds. (#3292)
Ryan Roden-Corrent
2023-08-20
add build.zig options for individual modules (#3254)
actondev (Christos)
2023-08-06
Tweak build.zig to work with cross-compiling (#3225)
yujiri8
2023-08-01
build change (#3214)
Matheus C. França
2023-07-21
build.zig: Support for building with PLAFORM_DRM (#3191)
Jakub Václav Flasar
2023-06-18
Add options to zig compile (#3115)
Dante Catalfamo
2023-05-30
build.zig: Fix cross-compiling from Linux (#3090)
yujiri8
2023-05-15
Reverted commits that deprecated the build.zig files, and added a note to al...
Gamer-Kold
2023-05-14
Update build.zig be be able to build with current zig master (#3064)
Michael Scherbakow
2023-05-06
Fixed broken build.zig files. Now works with latest stable compiler (as of co...
Gamer-Kold
2023-05-01
fix for latest zig master (#3037)
star-tek-mb
2023-02-06
zig build: do not use deprecated functions (#2913)
star-tek-mb
2023-02-05
update zig build to latest master (#2910)
star-tek-mb
2023-02-01
Add WASM support for Zig build (#2901)
Nikolas
2022-11-09
Add frameworks needed on macos (#2793)
Martin Wickham
2022-10-20
build.zig: let user decide how to set build mode + fix linker warning (#2763)
InKryption
2022-10-02
Update build.zig to work with last GLFW update (#2737)
_Tradam
2022-09-27
update build.zig (#2720)
Michael Scherbakow
2022-03-11
Simplify build.zig to not require user to specify raylib path (#2383)
Komari Spaghetti
2022-02-09
Add BSD support for zig builds (#2332)
Scribe of the Ziggurat
2022-01-08
Make zig build functionality available to zig programs (#2271)
Nikolas
2021-11-27
Add macos support to zig build system (#2175)
Anders Holmberg
2021-10-17
build.zig: Use addCSourceFiles (#2066)
Sage Hane
[next]