Skip to content

Commit

Permalink
chore: libshaderc bump version to 2024.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cxfksword authored and github-actions[bot] committed Oct 28, 2024
1 parent 286bb41 commit 88b14e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/BuildScripts/XCFrameworkBuild/main.swift
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ enum Library: String, CaseIterable {
case .vulkan:
return "1.2.9-fix"
case .libshaderc: // compiling GLSL (OpenGL Shading Language) shaders into SPIR-V (Standard Portable Intermediate Representation - Vulkan) code
return "2024.2.0"
return "2024.3.0"
case .libuchardet:
return "0.0.8"
case .libbluray:
Expand Down

0 comments on commit 88b14e0

Please sign in to comment.