Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[d3d12-transition-layer] Update to 2024-07-25 #244

Merged
merged 2 commits into from
Sep 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ports/d3d12-transition-layer/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ vcpkg_check_linkage(ONLY_STATIC_LIBRARY)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO microsoft/D3D12TranslationLayer
REF 1666438638012549dbaf959f921bca2aeff5c550
SHA512 27e6ea47fab94df198b862b7dd6e97bc120ca873c4f18e639de6f69c0e4fecd4f46f9b742ec7aac106182b9c05903e71ae641cf8f83202f4cebf02ac2200b808
REF 315ca769aeed49bb84f72a8d5551951ba092ccd8
SHA512 960c1eaa6f497555c4655e03fc930d85dcf32557a412e4921d10018232a4cff660a3943afac18e6d4d0509956a06ff55f8bfeadc496e4219a3f1b70f983a7b57
PATCHES
fix-vcpkg.patch
HEAD_REF master
Expand Down
3 changes: 1 addition & 2 deletions ports/d3d12-transition-layer/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "d3d12-transition-layer",
"version-date": "2024-03-18",
"port-version": 1,
"version-date": "2024-07-25",
"description": "A library containing utilities for mapping higher-level graphics work to D3D12",
"homepage": "https://github.com/microsoft/D3D12TranslationLayer",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
"port-version": 0
},
"d3d12-transition-layer": {
"baseline": "2024-03-18",
"port-version": 1
"baseline": "2024-07-25",
"port-version": 0
},
"directml": {
"baseline": "1.15.2",
Expand Down
5 changes: 5 additions & 0 deletions versions/d-/d3d12-transition-layer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "197a2c600df084d53f8d2d0068ec1e23930474bf",
"version-date": "2024-07-25",
"port-version": 0
},
{
"git-tree": "17f3a9f79b7c3d2e887ec357d81de7c9a5891abd",
"version-date": "2024-03-18",
Expand Down
Loading