Skip to content

Commit 0a91a7b

Browse files
authored
Merge pull request #56 from mpvkit/create-pull-request/vulkan
vulkan bump version to 1.4.1
2 parents 6401bcb + 6344c49 commit 0a91a7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/BuildScripts/XCFrameworkBuild/main.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ enum Library: String, CaseIterable {
8080
case .libdovi:
8181
return "3.3.1-xcode"
8282
case .vulkan:
83-
return "1.4.0-xcode"
83+
return "1.4.1"
8484
case .libshaderc: // compiling GLSL (OpenGL Shading Language) shaders into SPIR-V (Standard Portable Intermediate Representation - Vulkan) code
8585
return "2025.4.0-xcode"
8686
case .libuchardet:

0 commit comments

Comments
 (0)