Skip to content

Commit

Permalink
Remove fmtlib from help window
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom94 committed Apr 12, 2023
1 parent 61e6d24 commit 8956ef0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/HelpWindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,6 @@ HelpWindow::HelpWindow(Widget* parent, bool supportsHdr, function<void()> closeC

addLibrary(about, "args", "", "Single-Header Argument Parsing Library");
addLibrary(about, "clip", "", "Cross-Platform Clipboard Library");
addLibrary(about, "{fmt}", "", "Fast & Safe Formatting Library");
addLibrary(about, "Glad", "", "Multi-Language GL Loader-Generator");
addLibrary(about, "GLFW", "", "OpenGL Desktop Development Library");
addLibrary(about, "NanoGUI", "", "Small GUI Library");
Expand Down

0 comments on commit 8956ef0

Please sign in to comment.