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 822f7f3Copy full SHA for 822f7f3
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