From a3a09d3b54f159c3895360a78408befd818e39ea Mon Sep 17 00:00:00 2001 From: Judah Caruso Date: Wed, 21 May 2025 15:39:10 -0600 Subject: [PATCH] finish 042 --- TODO | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TODO b/TODO index 1b1a581..cf81ecf 100644 --- a/TODO +++ b/TODO @@ -2,7 +2,6 @@ [Judah] 000 [math] add easing procedures - 042 [x] use absolute imports internally (ie. #import "jc/math"), update symlink/install process in README [Jesse] 001 [arch] create module to determine simd support @@ -52,3 +51,4 @@ *** DONE *** 010 [x] make base jai files standalone (ie. [array], [memory], etc... big maybe) + 042 [x] use absolute imports internally (ie. #import "jc/math"), update symlink/install process in README