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