2023-04-27 18:13:19 +02:00
|
|
|
[submodule "third-party/imgui"]
|
|
|
|
path = third-party/imgui
|
|
|
|
url = https://github.com/ocornut/imgui
|
2023-07-07 13:12:24 +02:00
|
|
|
shallow = true
|
2023-04-27 18:13:19 +02:00
|
|
|
[submodule "third-party/SDL"]
|
|
|
|
path = third-party/SDL
|
|
|
|
url = https://github.com/libsdl-org/SDL
|
2023-07-07 13:12:24 +02:00
|
|
|
shallow = true
|
2023-04-28 11:46:29 +02:00
|
|
|
[submodule "third-party/fmt"]
|
|
|
|
path = third-party/fmt
|
|
|
|
url = https://github.com/fmtlib/fmt.git
|
2023-07-07 13:12:24 +02:00
|
|
|
shallow = true
|
2023-04-28 13:36:05 +02:00
|
|
|
[submodule "third-party/spdlog"]
|
|
|
|
path = third-party/spdlog
|
|
|
|
url = https://github.com/gabime/spdlog
|
2023-07-07 13:12:24 +02:00
|
|
|
shallow = true
|
2023-05-02 16:35:57 +02:00
|
|
|
[submodule "third-party/magic_enum"]
|
|
|
|
path = third-party/magic_enum
|
|
|
|
url = https://github.com/Neargye/magic_enum.git
|
2023-07-07 13:12:24 +02:00
|
|
|
shallow = true
|
2023-05-30 11:12:34 +02:00
|
|
|
[submodule "third-party/zydis"]
|
|
|
|
path = third-party/zydis
|
|
|
|
url = https://github.com/zyantific/zydis.git
|
2023-07-07 13:12:24 +02:00
|
|
|
shallow = true
|
2023-07-17 21:43:30 +02:00
|
|
|
[submodule "third-party/winpthread"]
|
|
|
|
path = third-party/winpthread
|
|
|
|
url = https://github.com/shadps4/winpthread.git
|
|
|
|
branch = main
|
2023-08-11 18:52:50 +02:00
|
|
|
[submodule "third-party/discord-rpc"]
|
|
|
|
path = third-party/discord-rpc
|
|
|
|
url = https://github.com/discord/discord-rpc
|
2023-08-14 19:17:01 +02:00
|
|
|
[submodule "third-party/toml11"]
|
|
|
|
path = third-party/toml11
|
|
|
|
url = https://github.com/ToruNiina/toml11
|
|
|
|
branch = master
|
2023-09-26 15:00:13 +02:00
|
|
|
[submodule "third-party/xxHash"]
|
|
|
|
path = third-party/xxHash
|
|
|
|
url = https://github.com/Cyan4973/xxHash.git
|
|
|
|
branch = dev
|
2024-02-14 23:52:57 +01:00
|
|
|
[submodule "third-party/vulkan"]
|
|
|
|
path = third-party/vulkan
|
|
|
|
url = https://github.com/GPUCode/vulkan
|