From d556ba55ea047f8ca9372c3311f0cf93d40904bd Mon Sep 17 00:00:00 2001 From: Judah Caruso Date: Wed, 21 May 2025 22:12:31 -0600 Subject: [PATCH] start 004 --- TODO | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TODO b/TODO index 29b9153..469533e 100644 --- a/TODO +++ b/TODO @@ -1,6 +1,7 @@ *** IN PROGRESS *** [Judah] + 004 [thirdparty/luajit] create bindings [Jesse] 001 [arch] create module to determine simd support @@ -12,7 +13,6 @@ *** UP NEXT (NO PARTICULAR ORDER) *** 003 [floats] 16-bit fixed point floats, 128-bit floats - 004 [thirdparty/luajit] create bindings 005 [thirdparty/sokol] create bindings module (should use [math] types) 006 [thirdparty/sdl3] create bindings module (should use [math] types) 007 [bytes] create byte utilities module (should include Buffer type)