Skip to content

Commit

Permalink
build: bump glslang version to 14.0.0
Browse files Browse the repository at this point in the history
According to upstream release notes, legacy HLSL and OGLCompiler libraries have
been removed.
  • Loading branch information
mbouron committed Jan 22, 2024
1 parent 54af145 commit 1fc02b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configure.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,10 +153,10 @@ def _gen_android_cross_file(cfg):
sha256="446cf6277ff0dd4211e6dc19c1b9015210a72758f53f5034c7e4d6b60e540ecf",
),
glslang=dict(
version="13.1.1",
version="14.0.0",
dst_file="glslang-@[email protected]",
url="https://github.com/KhronosGroup/glslang/archive/refs/tags/@[email protected]",
sha256="1c4d0a5a38c8aaf89a2d7e6093be734320599f5a6775b2726beeb05b0c054e66",
sha256="80bbb916a23e94ea9cbfb1acb5d1a44a7e0c9613bcf5b5947c03f2273bdc92b0",
),
glslang_Windows=dict(
# Use the legacy master-tot Windows build until the main-tot one is
Expand Down

0 comments on commit 1fc02b5

Please sign in to comment.