From 30cdb1b441ac3cb6bde38a7e1d0d9d227b87045b Mon Sep 17 00:00:00 2001 From: Judah Caruso Date: Fri, 23 May 2025 12:03:23 -0600 Subject: [PATCH] this is actually finished --- TODO | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TODO b/TODO index 31c0c1b..1aa2edf 100644 --- a/TODO +++ b/TODO @@ -28,7 +28,6 @@ 021 [net/http] simple http server/client interface - blocked by 020 022 [encoding] bebop format support? (https://docs.bebop.sh) 023 [build/wasm] create wasm build support module - blocked until 'Basic' is fully replaced - 024 [x] create file to document conventions/style guide 025 [window] create windowing module 027 [compress] create compression algorithm module 028 [compress] add lz4 support - blocked by 027 @@ -83,3 +82,4 @@ 000 [math] add easing procedures 004 [thirdparty/luajit] create bindings 001 [platform] create module for OS/platform-specific things + 024 [x] create file to document conventions/style guide