rkgk/crates
liquidex fb0e15c00c fix a couple bugs which could cause chunks to get eaten away across reloads
mainly related to me not knowing how to decode WebP properly (I blame the API design of the webp crate)
turns out it can return RGB images instead of RGBA and so you have to convert it to RGBA first

there were also a couple math bugs with chunk drawing/saving related to some of my refactors of that math
2024-08-24 17:21:28 +02:00
..
haku remove unused imports 2024-08-24 16:12:41 +02:00
haku-cli add SourceCode wrapping str for enforcing source code length limits at parsing boundaries 2024-08-22 20:49:16 +02:00
haku-wasm user authentication through a secret token (NOT AUDITED FOR SECURITY. DO NOT RELY ON THIS CODE.) 2024-08-23 19:50:42 +02:00
rkgk fix a couple bugs which could cause chunks to get eaten away across reloads 2024-08-24 17:21:28 +02:00
rkgk-image-ops sync 2024-08-17 22:16:21 +02:00