From 48b365407ffe66d3bdcf7f2cbcde61c522b68a8d Mon Sep 17 00:00:00 2001 From: Judah Caruso Date: Wed, 14 May 2025 16:55:32 -0600 Subject: [PATCH] . --- hmm/README | 7 ++----- raylib/README | 4 ++-- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/hmm/README b/hmm/README index 857494e..deffa4d 100644 --- a/hmm/README +++ b/hmm/README @@ -1,6 +1,6 @@ ----------------------------------------------------------- +------------- Handmade Math ----------------------------------------------------------- +------------- jai ./generate.jai # generate the bindings (not required) @@ -31,9 +31,6 @@ directories. 'module.jai' conditionally links one of these libraries based on the module parameters set. -Why ---- - A few liberties were taken during the binding process to either fix issues with automatic binding generation, or improve the usability of these bindings. diff --git a/raylib/README b/raylib/README index 6e24fad..d1640f8 100644 --- a/raylib/README +++ b/raylib/README @@ -1,6 +1,6 @@ ----------------------------------------------------------- +------ raylib ----------------------------------------------------------- +------ jai ./generate.jai # generate the bindings (not required) jai ./examples/basic-window.jai # verify the example compiles