Skip to content

Commit

Permalink
Remove redundant spdlog submodule entry (#586)
Browse files Browse the repository at this point in the history
  • Loading branch information
SimplyCEO authored Jul 19, 2023
1 parent 65e8e91 commit 8a214e3
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,20 +1,17 @@
[submodule "libs/vorbis"]
path = libs/vorbis
url = https://github.com/xiph/vorbis
url = https://github.com/xiph/vorbis.git
[submodule "libs/ogg"]
path = libs/ogg
url = https://github.com/xiph/ogg
url = https://github.com/xiph/ogg.git
[submodule "libs/imgui"]
path = libs/imgui
url = ../../ocornut/imgui.git
url = https://github.com/ocornut/imgui.git
branch = docking
[submodule "libs/spdlog"]
path = libs/spdlog
url = git@github.com:gabime/spdlog.git
url = https://github.com/gabime/spdlog.git
[submodule "libs/tracy"]
path = libs/tracy
url = git@github.com:wolfpld/tracy.git
[submodule "libs/spdlog"]
path = libs/spdlog
url = git@github.com:gabime/spdlog.git

url = https://github.com/wolfpld/tracy.git

0 comments on commit 8a214e3

Please sign in to comment.