mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 02:41:47 +08:00
[dxut] Update version to august 2024(11.32) (#41179)
This commit is contained in:
parent
3d89599850
commit
d6986ce98b
@ -3,8 +3,8 @@ vcpkg_check_linkage(ONLY_STATIC_LIBRARY)
|
|||||||
vcpkg_from_github(
|
vcpkg_from_github(
|
||||||
OUT_SOURCE_PATH SOURCE_PATH
|
OUT_SOURCE_PATH SOURCE_PATH
|
||||||
REPO microsoft/DXUT
|
REPO microsoft/DXUT
|
||||||
REF jun2023
|
REF aug2024
|
||||||
SHA512 72a322fcf062d0f52d0e854660e48943d0e10e7856019ad5bc0b37bcb2bde909d6fbc315e04e2b90a13a50a05129b8787159791ec525f5003f0c090dce9a7d42
|
SHA512 9ae3ff34308446b9d145306c4eee6a70319c103540e76e3df305bed6b9d4348b508976d930fbbaac29d560879afc5e53367bdd81142a02920dd28c4fc9013136
|
||||||
HEAD_REF main
|
HEAD_REF main
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "dxut",
|
"name": "dxut",
|
||||||
"version": "11.31",
|
"version": "11.32",
|
||||||
"port-version": 3,
|
|
||||||
"description": "A \"GLUT\"-like framework for Direct3D 11.x Win32 desktop applications",
|
"description": "A \"GLUT\"-like framework for Direct3D 11.x Win32 desktop applications",
|
||||||
"homepage": "https://github.com/Microsoft/DXUT",
|
"homepage": "https://github.com/Microsoft/DXUT",
|
||||||
"documentation": "https://github.com/microsoft/DXUT/wiki",
|
"documentation": "https://github.com/microsoft/DXUT/wiki",
|
||||||
|
@ -2441,8 +2441,8 @@
|
|||||||
"port-version": 7
|
"port-version": 7
|
||||||
},
|
},
|
||||||
"dxut": {
|
"dxut": {
|
||||||
"baseline": "11.31",
|
"baseline": "11.32",
|
||||||
"port-version": 3
|
"port-version": 0
|
||||||
},
|
},
|
||||||
"dylib": {
|
"dylib": {
|
||||||
"baseline": "2.2.1",
|
"baseline": "2.2.1",
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"git-tree": "29cf0312b7785d2d104d51c34bd6dd7ca40a3d48",
|
||||||
|
"version": "11.32",
|
||||||
|
"port-version": 0
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"git-tree": "0a23af22ce7047b4caba055c92bb2c7f31571321",
|
"git-tree": "0a23af22ce7047b4caba055c92bb2c7f31571321",
|
||||||
"version": "11.31",
|
"version": "11.31",
|
||||||
|
Loading…
Reference in New Issue
Block a user