Skip to content
This repository has been archived by the owner on May 18, 2022. It is now read-only.

v0.3.0 (v4.0.0 upstream)

Latest
Compare
Choose a tag to compare
@UberLambda UberLambda released this 05 Aug 10:58
· 7 commits to devel since this release

Updated to v4.0.0-51-g4eca0ef3 upstream:

  • Arm's reference ASTC encoder is now built in-tree
    • Added Rust wrappers for the newly-added KTX2 ASTC compression support.
  • KTX-Software is now built with CMake by cargo
    • This requires CMake, Python and other utilities on the build machine.
    • No need for a wholly-separate Rust build system anymore - this should make future maintenance easier.
  • Linux builds now always link to libstdc++; BSDs (& macOS, iOS, Android) link to libc++
    • This fixes all linking errors regarding exception handling personality (__gxx_personality_v0).
    • Windows builds are unaffected by this change.