diff options
| author | Simonx22 <simon@oatmealdome.me> | 2023-01-14 20:39:48 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-01-14 20:39:48 +0100 |
| commit | c510ff4ee450e98c87f8da41ff1dd126566c3d2d (patch) | |
| tree | fea21db4cd96ee617d096b361e0b8c7e3123dbc4 /.gitmodules | |
| parent | 5538583f1b29f9f2e6f9ef0b63d9951895514686 (diff) | |
.gitmodules: change SPIRV-Cross branch to main
See https://github.com/KhronosGroup/SPIRV-Cross/issues/2081 for more details.
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index 4b6ce17758..a6d8a69e7e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -21,7 +21,7 @@ [submodule "Externals/spirv_cross/SPIRV-Cross"] path = Externals/spirv_cross/SPIRV-Cross url = https://github.com/KhronosGroup/SPIRV-Cross.git - branch = master + branch = main shallow = true [submodule "SDL"] path = Externals/SDL/SDL |
