[directxtex] Update library to aug2019 (#7870)

This commit is contained in:
Ehsan 2019-08-25 00:33:09 +04:30 committed by Curtis J Bezault
parent b632d2aae4
commit 3293ff174f
2 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
Source: directxtex
Version: jun2019-1
Homepage: https://github.com/Microsoft/DirectXTex
Version: aug2019
Homepage: https://walbourn.github.io/directxtex
Description: DirectXTex texture processing library

View File

@ -9,8 +9,8 @@ endif()
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO Microsoft/DirectXTex
REF jun2019
SHA512 036a4593f8117e622cd6f609aea5bad734f9c3fc239984ec4f970cb6634ac3097cdb5ed2e467d3b1549e2340bcfe10ee4925b4e3691cf7f729ca538d3724c26e
REF aug2019
SHA512 16e29fc2ce0c03d71d44dd770271498fc45cd6d29bb48b2a574f65988c0be4319c91d531a2609c0dfbbdf721fd168091d7e9b653c741a6709a8906ea9555548f
HEAD_REF master
)