Not-Nik
28bd276606
Add raylib 4.0.0 and macos compilation support
2022-01-08 23:07:54 +01:00
Francisco Demartino
3f19a5742a
set value for _POSIX_C_SOURCE macro
...
this fixes the raylib build for me.
c46989a1d9
2022-01-08 05:37:52 -03:00
Francisco Demartino
8e4adc376d
replace deprecated std.debug.warn with print
2022-01-08 03:43:21 -03:00
Not-Nik
3e6462d3af
Untested update to raylib 3.7
2021-07-20 18:04:03 +02:00
Maurizio Crocci
edbdcf4627
Reverts comment of fetchSubmodules
2021-07-12 09:54:15 +01:00
Maurizio Crocci
d0d4afa391
Temporary comment of fetchSubmodules
2021-07-10 03:31:14 +01:00
Maurizio Crocci
ab5431403c
Removes unused function params and extern enums
...
This changes were necessary to bring the library
compatible with zig 0.9.0-dev.400+6c11e9bb0
2021-07-10 03:23:05 +01:00
Garrett Hale
3d19112b2a
macosx not in zig 0.7 build
...
extern fn GetTime() uses f64
2020-11-27 15:17:50 -06:00
Not-Nik
9891ade3ae
Make linking system raylib the first thing we do
2020-05-28 14:28:22 +10:00
Jesse Rudolph
c2ba0af539
use rlglfw only on windows
...
apparently building glfw is non-trivial on linux, and rglfw.c only really
exists in service of building raylib on windows requiring fewer steps
2020-05-27 21:17:17 -05:00
Jesse Rudolph
1a955c291e
stub out macosx stuff
2020-05-27 06:32:27 -05:00
Not-Nik
0fc7e68754
Silence OpenGL depreciation warnings on macOS
2020-05-27 13:59:43 +10:00
Jesse Rudolph
92f9aca743
exclude build of raylibs vendored glfw on macosx
2020-05-26 04:39:52 -05:00
Jesse Rudolph
7fc94954b9
adapt projectSetup.sh for use with lib.zig and raylib submodule
2020-05-24 21:59:40 -05:00
Jesse Rudolph
8771f17efb
attempt to automatically fetch raylib submodule if building against its source code
2020-05-24 15:31:08 -05:00
Jesse Rudolph
44fee6a550
support mac and bsd
2020-05-24 06:42:03 -05:00
Jesse Rudolph
6ece4e99f0
add argument to Pkg().link to enable linking to system raylib
2020-05-24 06:04:21 -05:00
Jesse Rudolph
c6222a0913
add raylib submodule
...
also add build helper `lib.zig` to handle compiling and linking against
raylib's source code, and update `build.zig` for examples to reflect
lib.zig usage.
2020-05-23 03:46:54 -05:00