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.
1 parent 5a7dcc0 commit dedeb25Copy full SHA for dedeb25
Sources/BuildScripts/XCFrameworkBuild/main.swift
@@ -78,7 +78,7 @@ enum Library: String, CaseIterable {
78
case .libdovi:
79
return "3.3.0"
80
case .vulkan:
81
- return "1.2.9-fix"
+ return "1.2.11"
82
case .libshaderc: // compiling GLSL (OpenGL Shading Language) shaders into SPIR-V (Standard Portable Intermediate Representation - Vulkan) code
83
return "2024.2.0"
84
case .libuchardet:
0 commit comments