-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.gitmodules
46 lines (46 loc) · 1.51 KB
/
.gitmodules
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
[submodule "lib/imgui"]
path = lib/imgui
url = [email protected]:khiner/imgui.git
branch = docking
[submodule "lib/SDL"]
path = lib/SDL
url = [email protected]:libsdl-org/SDL.git
[submodule "lib/json"]
path = lib/json
url = [email protected]:nlohmann/json.git
[submodule "lib/faust"]
path = lib/faust
url = [email protected]:grame-cncm/faust.git
[submodule "lib/concurrentqueue"]
path = lib/concurrentqueue
url = [email protected]:cameron314/concurrentqueue.git
[submodule "lib/ImGuiFileDialog"]
path = lib/ImGuiFileDialog
url = [email protected]:aiekick/ImGuiFileDialog.git
branch = master
[submodule "lib/tracy"]
path = lib/tracy
url = [email protected]:wolfpld/tracy.git
[submodule "lib/implot"]
path = lib/implot
url = [email protected]:khiner/implot.git
branch = master
[submodule "lib/immer"]
path = lib/immer
url = [email protected]:arximboldi/immer.git
[submodule "lib/miniaudio"]
path = lib/miniaudio
url = [email protected]:khiner/miniaudio.git
branch = dev
[submodule "lib/tree-sitter"]
path = lib/tree-sitter
url = [email protected]:tree-sitter/tree-sitter.git
[submodule "lib/tree-sitter-parsers/tree-sitter-json"]
path = lib/tree-sitter-grammars/tree-sitter-json
url = [email protected]:tree-sitter/tree-sitter-json.git
[submodule "lib/tree-sitter-parsers/tree-sitter-cpp"]
path = lib/tree-sitter-grammars/tree-sitter-cpp
url = [email protected]:tree-sitter/tree-sitter-cpp.git
[submodule "lib/tree-sitter-grammars/tree-sitter-faust"]
path = lib/tree-sitter-grammars/tree-sitter-faust
url = [email protected]:khiner/tree-sitter-faust.git