This commit is contained in:
Judah Caruso 2025-05-14 16:52:11 -06:00
parent 5884bcf577
commit e6e6bcc7d7

View file

@ -1,11 +1,11 @@
------ ----------------------------------------------------------
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
#import "jc/raylib"; # import raylib #import "jc/raylib";
What What
---- ----