this is actually finished

This commit is contained in:
Judah Caruso 2025-05-23 12:03:23 -06:00
parent ba45cea04a
commit 30cdb1b441

2
TODO
View file

@ -28,7 +28,6 @@
021 [net/http] simple http server/client interface - blocked by 020 021 [net/http] simple http server/client interface - blocked by 020
022 [encoding] bebop format support? (https://docs.bebop.sh) 022 [encoding] bebop format support? (https://docs.bebop.sh)
023 [build/wasm] create wasm build support module - blocked until 'Basic' is fully replaced 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 025 [window] create windowing module
027 [compress] create compression algorithm module 027 [compress] create compression algorithm module
028 [compress] add lz4 support - blocked by 027 028 [compress] add lz4 support - blocked by 027
@ -83,3 +82,4 @@
000 [math] add easing procedures 000 [math] add easing procedures
004 [thirdparty/luajit] create bindings 004 [thirdparty/luajit] create bindings
001 [platform] create module for OS/platform-specific things 001 [platform] create module for OS/platform-specific things
024 [x] create file to document conventions/style guide