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 b214545 commit ad7c3c5Copy full SHA for ad7c3c5
Sources/BuildScripts/XCFrameworkBuild/main.swift
@@ -82,7 +82,7 @@ enum Library: String, CaseIterable {
82
case .vulkan:
83
return "1.2.9-fix"
84
case .libshaderc: // compiling GLSL (OpenGL Shading Language) shaders into SPIR-V (Standard Portable Intermediate Representation - Vulkan) code
85
- return "2024.2.0"
+ return "2024.3.0"
86
case .libuchardet:
87
return "0.0.8"
88
case .libbluray:
0 commit comments