From ce16be8cff39f3232ea21dad25e47ebe347f31ba Mon Sep 17 00:00:00 2001 From: Judah Caruso Date: Fri, 23 May 2025 11:40:55 -0600 Subject: [PATCH] finish 001 --- TODO | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TODO b/TODO index fefd1af..3d62fc5 100644 --- a/TODO +++ b/TODO @@ -1,7 +1,6 @@ *** IN PROGRESS *** [Judah] - 001 [platform] create module for OS/platform-specific things [Jesse] 011 [math] add more Vec math procedures @@ -77,3 +76,4 @@ 042 [x] use absolute imports internally (ie. #import "jc/math"), update symlink/install process in README 000 [math] add easing procedures 004 [thirdparty/luajit] create bindings + 001 [platform] create module for OS/platform-specific things