update credits

This commit is contained in:
tildearrow 2023-08-30 17:38:45 -05:00
parent 68787a4d8b
commit d1b78f787b
2 changed files with 2 additions and 0 deletions

View file

@ -160,6 +160,7 @@ const char* aboutLine[]={
"libsndfile by Erik de Castro Lopo", "libsndfile by Erik de Castro Lopo",
"Portable File Dialogs by Sam Hocevar", "Portable File Dialogs by Sam Hocevar",
"Native File Dialog by Frogtoss Games", "Native File Dialog by Frogtoss Games",
"PortAudio",
"RtMidi by Gary P. Scavone", "RtMidi by Gary P. Scavone",
"FFTW by Matteo Frigo and Steven G. Johnson", "FFTW by Matteo Frigo and Steven G. Johnson",
"backward-cpp by Google", "backward-cpp by Google",

View file

@ -166,6 +166,7 @@ TAParamResult pVersion(String) {
printf("- libsndfile by Erik de Castro Lopo and rest of libsndfile team (LGPLv2.1)\n"); printf("- libsndfile by Erik de Castro Lopo and rest of libsndfile team (LGPLv2.1)\n");
printf("- SDL2 by Sam Lantinga (zlib license)\n"); printf("- SDL2 by Sam Lantinga (zlib license)\n");
printf("- zlib by Jean-loup Gailly and Mark Adler (zlib license)\n"); printf("- zlib by Jean-loup Gailly and Mark Adler (zlib license)\n");
printf("- PortAudio (PortAudio license)\n");
printf("- RtMidi by Gary P. Scavone (RtMidi license)\n"); printf("- RtMidi by Gary P. Scavone (RtMidi license)\n");
printf("- backward-cpp by Google (MIT)\n"); printf("- backward-cpp by Google (MIT)\n");
printf("- Dear ImGui by Omar Cornut (MIT)\n"); printf("- Dear ImGui by Omar Cornut (MIT)\n");