d3d12: Bump directx-headers dependency to v613

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28424>
This commit is contained in:
Sil Vilerino 2024-03-28 13:24:23 -04:00 committed by Marge Bot
parent 66153f7bfe
commit cc04a04f13
2 changed files with 2 additions and 2 deletions

View File

@ -585,7 +585,7 @@ if with_gallium_d3d12 or with_microsoft_clc or with_microsoft_vk
dep_dxheaders = dependency('directx-headers', required : false)
if not dep_dxheaders.found()
dep_dxheaders = dependency('DirectX-Headers',
version : '>= 1.611.0',
version : '>= 1.613.0',
fallback : ['DirectX-Headers', 'dep_dxheaders'],
required : with_gallium_d3d12 or with_microsoft_vk
)

View File

@ -2,4 +2,4 @@
directory = DirectX-Headers-1.0
url = https://github.com/microsoft/DirectX-Headers.git
revision = v1.611.0
revision = v1.613.1