1
0
Fork 0
mirror of https://github.com/gwm17/Specter.git synced 2024-11-23 02:38:52 -05:00
Specter/.gitmodules

24 lines
854 B
Plaintext
Raw Normal View History

[submodule "Navigator/vendor/spdlog"]
path = Navigator/vendor/spdlog
2021-12-18 16:39:12 -05:00
url = https://github.com/gabime/spdlog.git
2021-12-24 14:11:52 -05:00
[submodule "Navigator/vendor/imgui"]
path = Navigator/vendor/imgui
url = https://github.com/gwm17/imgui.git
branch = docking
2022-01-07 10:58:03 -05:00
[submodule "Navigator/vendor/glfw"]
path = Navigator/vendor/glfw
url = https://github.com/gwm17/glfw.git
[submodule "Navigator/vendor/glm"]
path = Navigator/vendor/glm
url = https://github.com/g-truc/glm.git
2022-01-23 14:00:40 -05:00
[submodule "Navigator/vendor/asio"]
path = Navigator/vendor/asio
url = https://github.com/chriskohlhoff/asio.git
[submodule "Navigator/vendor/IconFontCppHeaders"]
path = Navigator/vendor/IconFontCppHeaders
url = https://github.com/juliettef/IconFontCppHeaders.git
2022-02-22 21:01:24 -05:00
[submodule "Navigator/vendor/implot"]
path = Navigator/vendor/implot
url = https://github.com/gwm17/implot.git
branch = backends