Commit Graph

6 Commits

Author SHA1 Message Date
Christoph Oelckers 4baabf98c4 - use stb-image for JPEG decoding.
the statically provided library did not provide any advantage over it whatsoever and even libjpeg-turbo's better performance cannot really play out here so ease of use and getting rid of a dependency wins.
2023-09-03 08:34:58 +02:00
Cacodemon345 948e7cd649 Update the auto setup script to build ZMusic with vcpkg as well 2023-08-25 20:24:48 -04:00
Christoph Oelckers 53d8a5bb2c - Reverted JPEG XL support because the project is not really usable on vcpkg. 2023-08-23 18:18:45 +02:00
Cacodemon345 44a3bd719c JPEG XL implementation 2023-08-22 23:11:00 +02:00
Cacodemon345 145450a044 WebP image support 2023-08-22 19:14:21 +02:00
Cacodemon345 22271d146a Switch to `vcpkg` for library dependencies 2023-08-21 21:12:00 +02:00