summaryrefslogtreecommitdiff
path: root/subprojects/packagefiles
diff options
context:
space:
mode:
authorAndrew Opalach <andrew@akon.city> 2024-01-20 16:27:51 -0500
committerAndrew Opalach <andrew@akon.city> 2024-01-20 16:27:51 -0500
commitd8699c50f808f99b6cbec981a4d02fd6ed32cc6a (patch)
tree8004a64ff166eb50f8639f08f029bffe18172850 /subprojects/packagefiles
parent4565c5a2fc23049a29d20226a6b0a4368d2f55ef (diff)
downloadstela-d8699c50f808f99b6cbec981a4d02fd6ed32cc6a.tar.gz
stela-d8699c50f808f99b6cbec981a4d02fd6ed32cc6a.tar.bz2
stela-d8699c50f808f99b6cbec981a4d02fd6ed32cc6a.zip
Various fixes
Signed-off-by: Andrew Opalach <andrew@akon.city>
Diffstat (limited to 'subprojects/packagefiles')
-rw-r--r--subprojects/packagefiles/vulkan/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/subprojects/packagefiles/vulkan/meson.build b/subprojects/packagefiles/vulkan/meson.build
index 722ea11..f83e5e8 100644
--- a/subprojects/packagefiles/vulkan/meson.build
+++ b/subprojects/packagefiles/vulkan/meson.build
@@ -1,3 +1,3 @@
-project('vulkan', 'c', version: '1.3.261')
+project('vulkan', 'c', version: '1.3.243')
vulkan = declare_dependency(include_directories: include_directories('include'))
meson.override_dependency('vulkan', vulkan)