This commit is contained in:
Judah Caruso 2025-05-14 16:55:32 -06:00
parent d624bee151
commit 48b365407f
2 changed files with 4 additions and 7 deletions

View file

@ -1,6 +1,6 @@
---------------------------------------------------------- -------------
Handmade Math Handmade Math
---------------------------------------------------------- -------------
jai ./generate.jai # generate the bindings (not required) jai ./generate.jai # generate the bindings (not required)
@ -31,9 +31,6 @@ directories.
'module.jai' conditionally links one of these libraries 'module.jai' conditionally links one of these libraries
based on the module parameters set. based on the module parameters set.
Why
---
A few liberties were taken during the binding process to A few liberties were taken during the binding process to
either fix issues with automatic binding generation, or either fix issues with automatic binding generation, or
improve the usability of these bindings. improve the usability of these bindings.

View file

@ -1,6 +1,6 @@
---------------------------------------------------------- ------
raylib raylib
---------------------------------------------------------- ------
jai ./generate.jai # generate the bindings (not required) jai ./generate.jai # generate the bindings (not required)
jai ./examples/basic-window.jai # verify the example compiles jai ./examples/basic-window.jai # verify the example compiles