bugfix + added missing contributors

This commit is contained in:
Ryzerth
2021-02-28 17:32:22 +01:00
parent 4fc55f75a8
commit 9f0262fc05
3 changed files with 10 additions and 12 deletions

View File

@ -3,12 +3,14 @@
namespace sdrpp_credits {
const char* contributors[] = {
"Ryzerth (Author)",
"aosync",
"Aang23",
"Alexsey Shestacov",
"Aosync",
"Benjamin Kyd",
"Cropinghigh",
"Howard0su",
"Martin Hauke",
"Paulo Matias",
"Raov",
"Szymon Zakrent",
"Tobias Mädel"
@ -17,7 +19,7 @@ namespace sdrpp_credits {
const char* libraries[] = {
"Dear ImGui (ocornut)",
"json (nlohmann)",
"portaudio (P.A. comm.)",
"RtlAudio",
"SoapySDR (PothosWare)",
"spdlog (gabime)",
};