diff options
| author | Chuck Walbourn <walbourn@users.noreply.github.com> | 2021-02-11 00:15:15 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-11 00:15:15 -0800 |
| commit | de686c49dfe60f0b8676604284448695bde51b68 (patch) | |
| tree | d9a9d76b4f3a357b89ba182bdb61a36b3a66d59e /versions | |
| parent | dcabfa9719edb502800a1a6176ba56d197f98d86 (diff) | |
| download | vcpkg-de686c49dfe60f0b8676604284448695bde51b68.tar.gz vcpkg-de686c49dfe60f0b8676604284448695bde51b68.zip | |
Update DXUT port and add Effects11 (FX) port (#16101)
* Update dxut port, added effects11 port
* DXUT does not support UWP
* Fixed FX11 CMake to support UWP
* DXUT supports arm64 desktop
* Update baseline
* Now that these build with CMake, no need to exclude staticcrt
* rev'd port version
* Fix versions
* Update versions/d-/dxut.json
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
* Update versions/e-/effects11.json
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
* Update ports/dxut/vcpkg.json
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
* Update versions/baseline.json
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
* Update versions/d-/dxut.json
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
* Update versions/e-/effects11.json
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
* Update versions/baseline.json
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
* Update ports/effects11/vcpkg.json
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
* Updated version hash
* Fixed format complaint
* Fixed baseline
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
Diffstat (limited to 'versions')
| -rw-r--r-- | versions/baseline.json | 8 | ||||
| -rw-r--r-- | versions/d-/dxut.json | 5 | ||||
| -rw-r--r-- | versions/e-/effects11.json | 9 |
3 files changed, 20 insertions, 2 deletions
diff --git a/versions/baseline.json b/versions/baseline.json index fb2aac356..522fb51f8 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -1721,8 +1721,8 @@ "port-version": 0 }, "dxut": { - "baseline": "11.14", - "port-version": 4 + "baseline": "11.25", + "port-version": 0 }, "eabase": { "baseline": "2.09.12-1", @@ -1768,6 +1768,10 @@ "baseline": "1.2.6", "port-version": 0 }, + "effects11": { + "baseline": "11.26", + "port-version": 0 + }, "effolkronium-random": { "baseline": "1.3.1", "port-version": 0 diff --git a/versions/d-/dxut.json b/versions/d-/dxut.json index 87ba2f783..7dcbb464c 100644 --- a/versions/d-/dxut.json +++ b/versions/d-/dxut.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "b037faaa0c10a455e68dc219788dcbf2f83aace2", + "version-string": "11.25", + "port-version": 0 + }, + { "git-tree": "6171a1c44bd4c11d7db922b56ef55c9366fe60af", "version-string": "11.14", "port-version": 4 diff --git a/versions/e-/effects11.json b/versions/e-/effects11.json new file mode 100644 index 000000000..f1a390ba1 --- /dev/null +++ b/versions/e-/effects11.json @@ -0,0 +1,9 @@ +{ + "versions": [ + { + "git-tree": "428f5c35c75c0886d83e163b5158c941cb15fb22", + "version-string": "11.26", + "port-version": 0 + } + ] +} |
