-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.gitmodules
More file actions
24 lines (24 loc) · 810 Bytes
/
Copy path.gitmodules
File metadata and controls
24 lines (24 loc) · 810 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[submodule "third_party/tui"]
path = third_party/tui
url = https://github.com/Docheinstein/tui
[submodule "third_party/args"]
path = third_party/args
url = https://github.com/Docheinstein/args
[submodule "third_party/SDL"]
path = third_party/SDL
url = https://github.com/libsdl-org/SDL/
[submodule "third_party/simdjson"]
path = third_party/simdjson
url = https://github.com/simdjson/simdjson
[submodule "third_party/zlib"]
path = third_party/zlib
url = https://github.com/madler/zlib
[submodule "third_party/libpng"]
path = third_party/libpng
url = https://github.com/pnggroup/libpng
[submodule "third_party/catch2"]
path = third_party/catch2
url = https://github.com/catchorg/Catch2
[submodule "third_party/nfd"]
path = third_party/nfd
url = https://github.com/btzy/nativefiledialog-extended