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 bindings to match c8a6093d52ff6bdd17f9df012f6666b74629f595
- Loading branch information
Showing
6 changed files
with
64 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule raylib
updated
16 files
+1 −1 | .github/workflows/linux.yml | |
+1 −1 | .github/workflows/webassembly.yml | |
+5 −3 | BINDINGS.md | |
+17 −0 | examples/examples_template.c | |
+10,713 −11,578 | src/external/miniaudio.h | |
+5 −5 | src/external/msf_gif.h | |
+9 −9 | src/raudio.c | |
+5 −4 | src/raylib.h | |
+53 −34 | src/raymath.h | |
+78 −38 | src/rcore.c | |
+1 −1 | src/rgestures.h | |
+17 −10 | src/rlgl.h | |
+3 −3 | src/rmodels.c | |
+1 −0 | src/rtext.c | |
+9 −5 | src/rtextures.c | |
+22 −7 | src/utils.c |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters