Skip to content

Commit

Permalink
Specified fixed dependencies branches
Browse files Browse the repository at this point in the history
  • Loading branch information
HamilcarR committed Sep 10, 2024
1 parent 9985ac4 commit fd7dd06
Showing 1 changed file with 17 additions and 14 deletions.
31 changes: 17 additions & 14 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -3,50 +3,53 @@
url = https://github.com/nothings/stb
ignore = all

[submodule "vendor/googletest"]
path = vendor/googletest
url = https://github.com/google/googletest
ignore = all

[submodule "vendor/glm"]
path = vendor/glm
url = https://github.com/g-truc/glm
ignore = all
branch = v1.0.1
ignore = all

[submodule "vendor/boost"]
path = vendor/boost
url = https://github.com/boostorg/boost
ignore = all
branch = v1.86.0
ignore = all

[submodule "vendor/assimp"]
path = vendor/assimp
url = https://github.com/assimp/assimp
ignore = all
branch = v5.4.2
ignore = all

[submodule "vendor/googletest"]
path = vendor/googletest
url = https://github.com/google/googletest
ignore = all
branch = v1.15.2
ignore = all

[submodule "vendor/openexr"]
path = vendor/openexr
url = https://github.com/AcademySoftwareFoundation/openexr
ignore = all
branch = v3.2.4
ignore = all

[submodule "vendor/zlib"]
path = vendor/zlib
url = https://github.com/madler/zlib
ignore = all
branch = v1.3.1
ignore = all

[submodule "vendor/imath"]
path = vendor/imath
url = https://github.com/AcademySoftwareFoundation/Imath
ignore = all
branch = v3.1.9
ignore = all

[submodule "vendor/libdeflate"]
path = vendor/libdeflate
url = https://github.com/ebiggers/libdeflate
ignore = all
url = https://github.com/ebiggers/libdeflate
branch = v1.9
ignore = all

[submodule "vendor/SDL_image"]
path = vendor/SDL_image
Expand Down

0 comments on commit fd7dd06

Please sign in to comment.