summaryrefslogtreecommitdiff
path: root/src/vk/qoi.hpp
AgeCommit message (Collapse)Author
2024-05-08refa Rename graphical engine to BluCatFrederico Linhares
2023-06-22feat Implement an algorithm to decode QOIFrederico Linhares
* src/vk/qoi.cpp: Implement an algorithm to decode QOI. This eliminates an unnecessary dependency as the engine does not need to encode QOI files, only decode them.