Skip to content

Commit

Permalink
Submodules: fix case sensitive paths in .gitmodules
Browse files Browse the repository at this point in the history
  • Loading branch information
xezno committed Feb 27, 2023
1 parent a72979a commit 32a0db2
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 721 deletions.
20 changes: 10 additions & 10 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
[submodule "Source/Host/thirdparty/imgui"]
path = Source/Mocha.Host/thirdparty/imgui
[submodule "Source/Host/Thirdparty/imgui"]
path = Source/Mocha.Host/Thirdparty/imgui
url = https://github.com/ocornut/imgui/
[submodule "Source/Host/thirdparty/JoltPhysics"]
path = Source/Mocha.Host/thirdparty/JoltPhysics
[submodule "Source/Host/Thirdparty/JoltPhysics"]
path = Source/Mocha.Host/Thirdparty/JoltPhysics
url = https://github.com/jrouwe/JoltPhysics/
[submodule "Source/Host/thirdparty/vk-bootstrap"]
path = Source/Mocha.Host/thirdparty/vk-bootstrap
[submodule "Source/Host/Thirdparty/vk-bootstrap"]
path = Source/Mocha.Host/Thirdparty/vk-bootstrap
url = https://github.com/charles-lunarg/vk-bootstrap
[submodule "Source/Host/thirdparty/implot"]
path = Source/Mocha.Host/thirdparty/implot
[submodule "Source/Host/Thirdparty/implot"]
path = Source/Mocha.Host/Thirdparty/implot
url = https://github.com/epezent/implot
[submodule "Source/Host/thirdparty/volk"]
path = Source/Mocha.Host/thirdparty/volk
[submodule "Source/Host/Thirdparty/volk"]
path = Source/Mocha.Host/Thirdparty/volk
url = https://github.com/zeux/volk
1 change: 0 additions & 1 deletion Source/Mocha.Host/thirdparty/JoltPhysics
Submodule JoltPhysics deleted from 69fcdf
Loading

0 comments on commit 32a0db2

Please sign in to comment.