aboutsummaryrefslogtreecommitdiff
path: root/ports/dxut
diff options
context:
space:
mode:
authorChuck Walbourn <walbourn@users.noreply.github.com>2021-06-21 14:19:46 -0700
committerGitHub <noreply@github.com>2021-06-21 14:19:46 -0700
commit8d2e732b732ecf67731302f9b7fda75a10d0f574 (patch)
treed0f2bdcbad679206973d61053978309b11d60aa3 /ports/dxut
parentb56f5abcb2761b37a7f23ff9d75bfda1ee3fab1f (diff)
downloadvcpkg-8d2e732b732ecf67731302f9b7fda75a10d0f574.tar.gz
vcpkg-8d2e732b732ecf67731302f9b7fda75a10d0f574.zip
[dxut, fx11, directxmath] ports updated (#18431)
* [dxut] port updated for latest servicing * update baseline * Update to use latest DirectXMath * Fix baseline * fx11 metadata update * Updated baseline * Converted directxmath CONTROL to vcpkg.json * Update baseline * Apply suggestions from code review Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> * Code review feedback * Update baseline Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
Diffstat (limited to 'ports/dxut')
-rw-r--r--ports/dxut/portfile.cmake4
-rw-r--r--ports/dxut/vcpkg.json9
2 files changed, 9 insertions, 4 deletions
diff --git a/ports/dxut/portfile.cmake b/ports/dxut/portfile.cmake
index ab1dd0ad2..118bedd7b 100644
--- a/ports/dxut/portfile.cmake
+++ b/ports/dxut/portfile.cmake
@@ -5,8 +5,8 @@ vcpkg_fail_port_install(ON_TARGET "LINUX" "OSX" "UWP" "ANDROID")
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO microsoft/DXUT
- REF feb2021
- SHA512 576692b79e67a9fd0b39b6e20c519fe61ad18525db663071f446f3c2e0ae3f009f67f00be45baf52749810af1ddc995ad0e5e4608d7f42d08116ff6e91bccb22
+ REF jun2021
+ SHA512 4c95cefcf685e95b26677d0aba3d118df7860e3bf1b99b567013d326f890a3f67657be2c60677d3d996cccacce30f70d0c2fc60a692372053cce50318fa79a70
HEAD_REF master
)
diff --git a/ports/dxut/vcpkg.json b/ports/dxut/vcpkg.json
index 3cbd3990c..ede994b81 100644
--- a/ports/dxut/vcpkg.json
+++ b/ports/dxut/vcpkg.json
@@ -1,7 +1,12 @@
{
"name": "dxut",
- "version-string": "11.25",
+ "version": "11.26",
"description": "A \"GLUT\"-like framework for Direct3D 11.x Win32 desktop applications",
"homepage": "https://github.com/Microsoft/DXUT",
- "supports": "windows & !uwp"
+ "documentation": "https://github.com/microsoft/DXUT/wiki",
+ "license": "MIT",
+ "supports": "windows & !uwp",
+ "dependencies": [
+ "directxmath"
+ ]
}