raylib/src
iarkn 414229bcf9
Fix #3891 breaking builds for Zig v0.11.0 (#3896)
The changes brought by #3891 uses `std.process.Child.run` which was
renamed from `std.process.Child.exec` in Zig version 0.11.0. This commit
adds a version check to use the appropriate function names.

Additionally, the `linux_display_backend` configuration option is added
so users can set it when running `zig build` with the `-D` option or
when using raylib as a dependency.
2024-04-05 12:55:23 +02:00
..
external Fix GLFW runtime platform detection (#3863) 2024-03-14 16:54:39 +01:00
platforms Remove trailing spaces 2024-04-02 09:38:06 +02:00
build.zig Fix #3891 breaking builds for Zig v0.11.0 (#3896) 2024-04-05 12:55:23 +02:00
CMakeLists.txt Remove trailing spaces 2024-04-02 09:38:06 +02:00
config.h Gamepad rumble support with SDL2 (#3819) 2024-02-24 16:47:27 +01:00
Makefile Fix GLFW runtime platform detection (#3863) 2024-03-14 16:54:39 +01:00
minshell.html ADDED: Open-graph image alt properties 2023-11-07 19:22:12 +01:00
raudio.c Remove trailing spaces 2024-04-02 09:38:06 +02:00
raylib.dll.rc Remove TABS 2024-04-02 09:40:19 +02:00
raylib.dll.rc.data REVIEWED: raylib 5.0-dev version for a future release 2023-10-18 00:33:05 +02:00
raylib.h Update raylib.h 2024-04-04 13:18:28 +02:00
raylib.ico Updated icon data 2018-09-26 16:02:42 +02:00
raylib.rc Remove TABS 2024-04-02 09:40:19 +02:00
raylib.rc.data REVIEWED: raylib 5.0-dev version for a future release 2023-10-18 00:33:05 +02:00
raymath.h Remove trailing spaces 2024-04-02 09:38:06 +02:00
rcamera.h Fix GetCameraRight (#3784) 2024-02-05 20:53:14 +01:00
rcore.c REVIEWED: GetScreenToWorldRayEx() 2024-04-03 20:10:15 +02:00
rgestures.h Update copyright to 2024 2024-01-02 20:58:12 +01:00
rglfw.c Fix GLFW runtime platform detection (#3863) 2024-03-14 16:54:39 +01:00
rlgl.h Remove trailing spaces 2024-04-02 09:38:06 +02:00
rmodels.c Remove trailing spaces 2024-04-02 09:38:06 +02:00
rshapes.c Review formatting 2024-02-29 18:50:44 +01:00
rtext.c Review formatting 2024-02-29 18:50:44 +01:00
rtextures.c [rtextures] Fix LoadImageFromScreen scaling (#3881) 2024-03-26 08:47:25 +01:00
shell.html Update shell.html 2023-11-08 19:34:38 +01:00
utils.c Remove trailing spaces 2024-04-02 09:38:06 +02:00
utils.h Update copyright to 2024 2024-01-02 20:58:12 +01:00