Skip to content
Open
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
1 change: 1 addition & 0 deletions releases.json
Original file line number Diff line number Diff line change
Expand Up @@ -4794,6 +4794,7 @@
"vulkanheaders"
],
"versions": [
"1.4.345-1",
"1.3.283-1",
"1.3.265-1",
"1.2.203-1",
Expand Down
5 changes: 4 additions & 1 deletion subprojects/packagefiles/vulkan-headers/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,14 @@
'vulkan-headers',
'c',
license: 'Apache-2.0',
version: '1.3.283',
version: '1.4.345',
meson_version: '>=0.56.0',

Check notice on line 6 in subprojects/packagefiles/vulkan-headers/meson.build

View workflow job for this annotation

GitHub Actions / Ubuntu (x86_64)

Minimum Meson version is 0.56.0

0.56.0: oldest version supported by WrapDB
)

vulkan_api_xml = files('registry/vk.xml')

vulkan_headers_dep = declare_dependency(
include_directories: include_directories('include'),
)

meson.override_dependency('vulkanheaders', vulkan_headers_dep)
10 changes: 5 additions & 5 deletions subprojects/vulkan-headers.wrap
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[wrap-file]
directory = Vulkan-Headers-1.3.283
source_url = https://github.com/KhronosGroup/Vulkan-Headers/archive/v1.3.283.tar.gz
source_filename = vulkan-headers-1.3.283.tar.gz
source_hash = a76ff77815012c76abc9811215c2167128a73a697bcc23948e858d1f7dd54a85
directory = Vulkan-Headers-1.4.345
source_url = https://github.com/KhronosGroup/Vulkan-Headers/archive/v1.4.345.tar.gz
source_filename = vulkan-headers-1.4.345.tar.gz
source_hash = 99e19205df172c33229f18b5574c9258bc73ea229ec7d6b04daa357b2430f6c8
patch_directory = vulkan-headers

[provide]
vulkanheaders = vulkan_headers_dep
dependency_names = vulkanheaders
Loading