diff options
author | bonmas14 <bonmas14@gmail.com> | 2025-09-29 19:58:12 +0300 |
---|---|---|
committer | bonmas14 <bonmas14@gmail.com> | 2025-09-29 19:58:12 +0300 |
commit | 51ecf18f6ce5b9e06ec61423548270b4746f379d (patch) | |
tree | c2c3ffbbb1fd8ef52fa311851a45ed04ff2bb925 /README.md | |
parent | 099519b45594827aad7c85f84816ae9b0cdd4698 (diff) | |
download | ungrateful-51ecf18f6ce5b9e06ec61423548270b4746f379d.tar.gz ungrateful-51ecf18f6ce5b9e06ec61423548270b4746f379d.zip |
Added zlib
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -32,6 +32,7 @@ Types, Strings, basic memory allocators (platform specific), and so on. Features + splines (qubic); + complex numbers; + Wide strings (internal); ++ Sorting; Todo: - matrix; @@ -39,13 +40,12 @@ Todo: - raycasting; - Random; - Noises; -- Compression; -- Sorting; # Cynic Platform layer for abstracting basic functionality, like loading libraries or threading. Features: +- Compression; - Library loading; - Threading; - non-blocking logging; |