From 29f73b9dc21053d6eb6eed9515f5a143338d535f Mon Sep 17 00:00:00 2001 From: Georg Hagen Date: Wed, 13 Aug 2025 18:22:33 +0200 Subject: [PATCH] Add missing ktx repo --- .gitea/workflows/DependencyMirrors.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/DependencyMirrors.txt b/.gitea/workflows/DependencyMirrors.txt index 4682844..8d1b305 100644 --- a/.gitea/workflows/DependencyMirrors.txt +++ b/.gitea/workflows/DependencyMirrors.txt @@ -28,4 +28,5 @@ FREETYPE_REPO=https://git.madvoxel.net/Mirrors/freetype.git CURL_REPO=https://git.madvoxel.net/Mirrors/curl.git OPENSSL_REPO=https://git.madvoxel.net/Mirrors/openssl.git TINYUSDZ_REPO=https://git.madvoxel.net/Mirrors/tinyusdz.git -CATCH_REPO=https://git.madvoxel.net/Mirrors/Catch2.git \ No newline at end of file +CATCH_REPO=https://git.madvoxel.net/Mirrors/Catch2.git +KTX_REPO=https://git.madvoxel.net/Mirrors/KTX-Software.git