diff options
| author | iwubcode <iwubcode@users.noreply.github.com> | 2025-09-12 23:20:22 -0500 |
|---|---|---|
| committer | iwubcode <iwubcode@users.noreply.github.com> | 2025-09-23 23:45:38 -0500 |
| commit | 491e3390bed5b33a0171cfee60397be1e32511fb (patch) | |
| tree | 2c3419f4d8f60e2ec46da714d9209cde8bebf0d7 /.gitmodules | |
| parent | f66bee48e417e6c7f250beb8e8038c32cd3adfb6 (diff) | |
Externals / VideoCommon: update glslang to latest, turn into submodule
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 08946ca73c..ff27af1b5b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -106,3 +106,7 @@ path = Externals/miniupnpc/miniupnp url = https://github.com/miniupnp/miniupnp.git shallow = true +[submodule "Externals/glslang/glslang"] + path = Externals/glslang/glslang + url = https://github.com/KhronosGroup/glslang.git + shallow = true |
