update credits
This commit is contained in:
parent
a6bab9b724
commit
3e803431fa
|
@ -166,6 +166,7 @@ const char* aboutLine[]={
|
|||
"Portable File Dialogs by Sam Hocevar",
|
||||
"Native File Dialog by Frogtoss Games",
|
||||
"PortAudio",
|
||||
"Weak-JACK by x42",
|
||||
"RtMidi by Gary P. Scavone",
|
||||
"FFTW by Matteo Frigo and Steven G. Johnson",
|
||||
"backward-cpp by Google",
|
||||
|
|
|
@ -167,6 +167,7 @@ TAParamResult pVersion(String) {
|
|||
printf("- SDL2 by Sam Lantinga (zlib license)\n");
|
||||
printf("- zlib by Jean-loup Gailly and Mark Adler (zlib license)\n");
|
||||
printf("- PortAudio (PortAudio license)\n");
|
||||
printf("- Weak-JACK by x42 (GPLv2)\n");
|
||||
printf("- RtMidi by Gary P. Scavone (RtMidi license)\n");
|
||||
printf("- backward-cpp by Google (MIT)\n");
|
||||
printf("- Dear ImGui by Omar Cornut (MIT)\n");
|
||||
|
|
Loading…
Reference in a new issue