Skip to content

Commit

Permalink
Give credit to more third-party libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom94 committed Feb 6, 2020
1 parent 97e9c4c commit 7e60e2f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/HelpWindow.cpp
Expand Up @@ -157,6 +157,7 @@ HelpWindow::HelpWindow(Widget *parent, function<void()> closeCallback)
addSpacer(about, 30);

addLibrary(about, "args", "", "Single-Header Argument Parsing Library");
addLibrary(about, "clip", "", "Cross-Platform Clipboard Library");
addLibrary(about, "Eigen", "", "C++ Template Library for Linear Algebra");
addLibrary(about, "filesystem", "", "Lightweight Path Manipulation Library");
addLibrary(about, "Glad", "", "Multi-Language GL Loader-Generator");
Expand All @@ -167,6 +168,7 @@ HelpWindow::HelpWindow(Widget *parent, function<void()> closeCallback)
addLibrary(about, "OpenEXR", "", "High Dynamic-Range (HDR) Image File Format");
addLibrary(about, "stb_image(_write)", "", "Single-Header Library for Loading and Writing Images");
addLibrary(about, "tinyformat", "", "Minimal Type-Safe printf() Replacement");
addLibrary(about, "tinylogger", "", "Minimal Pretty-Logging Library");
addLibrary(about, "UTF8-CPP", "", "Lightweight UTF-8 String Manipulation Library");
}

Expand Down

0 comments on commit 7e60e2f

Please sign in to comment.