Skip to content

Commit

Permalink
aedi: update glslang to 14.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey-lysiuk committed Jun 26, 2024
1 parent 81b9e37 commit e9638d2
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 @@ -102,8 +102,8 @@ def __init__(self, name='glslang'):

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

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

0 comments on commit e9638d2

Please sign in to comment.