-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
22 lines (22 loc) · 766 Bytes
/
.gitmodules
File metadata and controls
22 lines (22 loc) · 766 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[submodule "thirdparty/spdlog"]
path = thirdparty/spdlog
url = https://github.com/gabime/spdlog.git
branch = v2.x
[submodule "thirdparty/Vulkan-Headers"]
path = thirdparty/Vulkan-Headers
url = https://github.com/KhronosGroup/Vulkan-Headers.git
[submodule "thirdparty/glfw"]
path = thirdparty/glfw
url = https://github.com/glfw/glfw.git
[submodule "thirdparty/dylib"]
path = thirdparty/dylib
url = https://github.com/martin-olivier/dylib.git
[submodule "thirdparty/slang"]
path = thirdparty/slang
url = https://github.com/shader-slang/slang.git
[submodule "thirdparty/rocksdb"]
path = thirdparty/rocksdb
url = https://github.com/facebook/rocksdb.git
[submodule "thirdparty/cppfs"]
path = thirdparty/cppfs
url = https://github.com/cginternals/cppfs.git