Skip to content

Commit

Permalink
fix: vulkan bump version to 1.2.11-artifacts to resolve the emulator …
Browse files Browse the repository at this point in the history
…run error.
  • Loading branch information
cxfksword committed Oct 26, 2024
1 parent 26ee2fb commit 85ab44f
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 @@ -78,7 +78,7 @@ enum Library: String, CaseIterable {
case .libdovi:
return "3.3.0"
case .vulkan:
return "1.2.11"
return "1.2.11-artifacts"
case .libshaderc: // compiling GLSL (OpenGL Shading Language) shaders into SPIR-V (Standard Portable Intermediate Representation - Vulkan) code
return "2024.2.0"
case .libuchardet:
Expand Down

0 comments on commit 85ab44f

Please sign in to comment.