update credits

This commit is contained in:
tildearrow 2023-09-13 20:10:09 -05:00
parent a6bab9b724
commit 3e803431fa
2 changed files with 2 additions and 0 deletions

View file

@ -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",

View file

@ -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");