Skip to content

Commit

Permalink
aedi: update glslang to 15.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey-lysiuk committed Oct 3, 2024
1 parent 53cd445 commit a26afbd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aedi/target/tool_tier2.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,8 @@ def __init__(self, name='glslang'):

def prepare_source(self, state: BuildState):
state.download_source(
'https://github.com/KhronosGroup/glslang/archive/refs/tags/14.3.0.tar.gz',
'be6339048e20280938d9cb399fcdd06e04f8654d43e170e8cce5a56c9a754284')
'https://github.com/KhronosGroup/glslang/archive/refs/tags/15.0.0.tar.gz',
'c31c8c2e89af907507c0631273989526ee7d5cdf7df95ececd628fd7b811e064')

def configure(self, state: BuildState):
args = ('python3', 'update_glslang_sources.py')
Expand Down

0 comments on commit a26afbd

Please sign in to comment.