* [ktx] Update to 4.1.0-rc3.
This also fixes a compilation error with the previous port version (4.1.0-rc2) when using feature ktx[tools].
* [ktx] Fix gnu libtool detection.
Co-authored-by: Billy O'Neal <bion@microsoft.com>
Co-authored-by: Jonliu1993 <13720414433@163.com>
* Updating ktx zstd patch to work for non-windows platforms
* Formatting
* Updating version
* Extra version nonsense
* Private zstd
* Versioning
* Updating hash of ktx revision and tweaking mingw toolchain to find gcc/g++ differently
* Updating version
* Removing change to mingw
* Bulk remove vcpkg_fail_port_install calls.
Interesting ones have been split out into separate reviews, where "interesting" means "anything more than just deleting the call to vcpkg_fail_port_install",
In support of https://github.com/microsoft/vcpkg/pull/21502
* Update version database.
* Revert google benchmark changes already submitted as https://github.com/microsoft/vcpkg/pull/22728
* Repair version database.
* [KTX] Add port
* Apply formatting
* Install bash for windows
* Attempt to fix bash root and osx build since I can't repro either
* Fix windows build
* Disable on x86 which is not supported, use vcpkg-supplied zstd headers
* Fixes
* Fix cut/paste error
* Update based on review comments