forked from ryupold/raylib.zig
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update raylib to d3058fe58972b80684591237c6358104f9e28ba0
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule raylib
updated
14 files
+2 −2 | BINDINGS.md | |
+2 −0 | CMakeOptions.txt | |
+1 −0 | FAQ.md | |
+4 −3 | cmake/CompileDefinitions.cmake | |
+8 −8 | src/Makefile | |
+39 −16 | src/build.zig | |
+5 −0 | src/config.h | |
+7 −5 | src/raylib.h | |
+148 −18 | src/rcore.c | |
+9 −25 | src/rgestures.h | |
+32 −13 | src/rmodels.c | |
+116 −98 | src/rshapes.c | |
+22 −5 | src/rtext.c | |
+23 −15 | src/rtextures.c |