2023-04-27 19:13:19 +03:00
|
|
|
[submodule "third-party/imgui"]
|
|
|
|
path = third-party/imgui
|
|
|
|
url = https://github.com/ocornut/imgui
|
2023-07-07 14:12:24 +03:00
|
|
|
shallow = true
|
2023-04-27 19:13:19 +03:00
|
|
|
[submodule "third-party/SDL"]
|
|
|
|
path = third-party/SDL
|
|
|
|
url = https://github.com/libsdl-org/SDL
|
2023-07-07 14:12:24 +03:00
|
|
|
shallow = true
|
2023-04-28 12:46:29 +03:00
|
|
|
[submodule "third-party/fmt"]
|
|
|
|
path = third-party/fmt
|
|
|
|
url = https://github.com/fmtlib/fmt.git
|
2023-07-07 14:12:24 +03:00
|
|
|
shallow = true
|
2023-04-28 14:36:05 +03:00
|
|
|
[submodule "third-party/spdlog"]
|
|
|
|
path = third-party/spdlog
|
|
|
|
url = https://github.com/gabime/spdlog
|
2023-07-07 14:12:24 +03:00
|
|
|
shallow = true
|
2023-05-02 17:35:57 +03:00
|
|
|
[submodule "third-party/magic_enum"]
|
|
|
|
path = third-party/magic_enum
|
|
|
|
url = https://github.com/Neargye/magic_enum.git
|
2023-07-07 14:12:24 +03:00
|
|
|
shallow = true
|
2023-05-30 12:12:34 +03:00
|
|
|
[submodule "third-party/zydis"]
|
|
|
|
path = third-party/zydis
|
|
|
|
url = https://github.com/zyantific/zydis.git
|
2023-07-07 14:12:24 +03:00
|
|
|
shallow = true
|
2023-07-17 22:43:30 +03:00
|
|
|
[submodule "third-party/winpthread"]
|
|
|
|
path = third-party/winpthread
|
|
|
|
url = https://github.com/shadps4/winpthread.git
|
|
|
|
branch = main
|