[directxtk] Update library to aug2019 (#7871)

This commit is contained in:
Ehsan 2019-08-25 00:35:11 +04:30 committed by Curtis J Bezault
parent aa19cb481f
commit 18a07faca5
2 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
Source: directxtk
Version: jun2019-1
Homepage: https://github.com/Microsoft/DirectXTK
Version: aug2019
Homepage: https://walbourn.github.io/directxtk
Description: A collection of helper classes for writing DirectX 11.x code in C++.

View File

@ -9,8 +9,8 @@ endif()
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO Microsoft/DirectXTK
REF jun2019
SHA512 211b18ee0755802a5d44b58da2485276cabdee222d2f5fd7b42bad0bf75810e3ac1bd319b90891d9cc0345b124631ad37588422af9120cece9fa0ed769033e77
REF aug2019
SHA512 acd8ccd56ffec13749b62ec59fa3fe4c771d12b1a595595ba73bda8e63f14b45342e251d4dec6d1d918b6b4e3b4e0e6f6bfef91b03b09f034ee978c64c7fe3b8
HEAD_REF master
)