-
Notifications
You must be signed in to change notification settings - Fork 6
/
.gitmodules
27 lines (27 loc) · 911 Bytes
/
.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
[submodule "vendor/imgui"]
path = vendor/imgui
url = https://github.com/ocornut/imgui.git
[submodule "vendor/implot"]
path = vendor/implot
url = https://github.com/epezent/implot.git
[submodule "vendor/faad2"]
path = vendor/faad2
url = https://github.com/knik0/faad2.git
[submodule "vendor/easyloggingpp"]
path = vendor/easyloggingpp
url = https://github.com/amrayn/easyloggingpp.git
[submodule "vendor/fmt"]
path = vendor/fmt
url = https://github.com/fmtlib/fmt.git
[submodule "vendor/stb"]
path = vendor/stb
url = https://github.com/nothings/stb.git
[submodule "vendor/librtlsdr"]
path = vendor/librtlsdr
url = https://github.com/williamyang98/librtlsdr_cmake.git
[submodule "vendor/viterbi_decoder"]
path = vendor/viterbi_decoder
url = https://github.com/williamyang98/ViterbiDecoderCpp.git
[submodule "vendor/argparse"]
path = vendor/argparse
url = https://github.com/p-ranav/argparse.git