We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6401bcb + 6344c49 commit 0a91a7bCopy full SHA for 0a91a7b
Sources/BuildScripts/XCFrameworkBuild/main.swift
@@ -80,7 +80,7 @@ enum Library: String, CaseIterable {
80
case .libdovi:
81
return "3.3.1-xcode"
82
case .vulkan:
83
- return "1.4.0-xcode"
+ return "1.4.1"
84
case .libshaderc: // compiling GLSL (OpenGL Shading Language) shaders into SPIR-V (Standard Portable Intermediate Representation - Vulkan) code
85
return "2025.4.0-xcode"
86
case .libuchardet:
0 commit comments