about summary refs log tree commit diff stats
path: root/adapter/img/stb_image.h
Commit message (Collapse)AuthorAgeFilesLines
* img: use stb_image, drop zlib as dependencybptato2024-06-201-0/+7988
Now we have decoders for gif, jpeg, bmp. Also, the in-house PNG decoder has been replaced in favor of the stbi implementation; this means we no longer depend on zlib, since stbi comes with a built in inflate implementation.