37 lines
1.0 KiB
Plaintext
37 lines
1.0 KiB
Plaintext
[submodule "glfw"]
|
|
path = libs/glfw
|
|
url = https://github.com/nigelbarink/glfw.git
|
|
[submodule "glm"]
|
|
path = libs/glm
|
|
url = https://github.com/nigelbarink/glm.git
|
|
ignore = untracked
|
|
[submodule "spdlog"]
|
|
path = libs/spdlog
|
|
url = https://github.com/nigelbarink/spdlog.git
|
|
[submodule "tinygltf"]
|
|
path = libs/tinygltf
|
|
url = https://github.com/syoyo/tinygltf.git
|
|
ignore = untracked
|
|
[submodule "GorrillaAudio"]
|
|
path = libs/GorillaAudio
|
|
url = https://github.com/mewspring/gorilla-audio.git
|
|
[submodule "ImGui"]
|
|
path = libs/ImGui
|
|
url = https://github.com/ocornut/imgui.git
|
|
[submodule "assimp"]
|
|
path = libs/assimp
|
|
url = https://github.com/assimp/assimp.git
|
|
[submodule "libs/steam-audio"]
|
|
path = libs/steam-audio
|
|
url = https://github.com/ValveSoftware/steam-audio.git
|
|
ignore = untracked
|
|
[submodule "libs/physx"]
|
|
path = libs/physx
|
|
url = https://git.barink.dev/Nigel/PhysX.git
|
|
[submodule "libs/entt"]
|
|
path = libs/entt
|
|
url = https://github.com/skypjack/entt.git
|
|
[submodule "libs/guizmo"]
|
|
path = libs/guizmo
|
|
url = https://github.com/CedricGuillemet/ImGuizmo.git
|