Important
Due to a breaking change, I decided to bump the major version. However, the change itself is very simple.
To update to this version, replace all imports from net.buttology.lwjgl.dds
with io.github.mudbill.dds
. That's it.
This version also fixes some issues with the previous one being compiled on and for Java 21, thus only supporting 21+. Version 3.0.0 has been compiled with support for JDK 1.8 (just in case).
Additionally the build script has been cleaned up a bit, so minimize dependencies and make versions more accurate.
Full Changelog: v2.1.1...v3.0.0