Skip to content

Commit 218f3a3

Browse files
committed
Adding CLI11
1 parent 1726121 commit 218f3a3

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

.gitmodules

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[submodule "third/LabSound"]
22
path = third/LabSound
3-
url = git@github.com:LabSound/LabSound.git
3+
url = https://github.com/LabSound/LabSound.git
44
[submodule "third/imgui"]
55
path = third/imgui
66
url = https://github.com/ocornut/imgui.git
@@ -9,10 +9,13 @@
99
url = https://github.com/floooh/sokol.git
1010
[submodule "third/LabMidi"]
1111
path = third/LabMidi
12-
url = git@github.com:meshula/LabMidi.git
12+
url = https://github.com/meshula/LabMidi.git
1313
[submodule "third/tinyosc"]
1414
path = third/tinyosc
15-
url = git@github.com:ddiakopoulos/tinyosc.git
15+
url = https://github.com/ddiakopoulos/tinyosc.git
1616
[submodule "third/rapidjson"]
1717
path = third/rapidjson
1818
url = https://github.com/Tencent/rapidjson.git
19+
[submodule "third/CLI11"]
20+
path = third/CLI11
21+
url = https://github.com/CLIUtils/CLI11.git

third/CLI11

Submodule CLI11 added at 8b785a6

0 commit comments

Comments
 (0)