Skip to content

Commit 22e6c9f

Browse files
committed
Add TinyXML2 credit to About dialog
1 parent 436f681 commit 22e6c9f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/app-gui.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1235,6 +1235,8 @@ void HDRViewApp::draw_about_dialog(bool &open)
12351235
"https://github.com/nothings/stb");
12361236
ImGui::PE::Hyperlink("tev", "Some code is adapted from Thomas Müller's tev.",
12371237
"https://github.com/Tom94/tev");
1238+
ImGui::PE::Hyperlink("TinyXML2", "For parsing XMP metadata.",
1239+
"https://github.com/leethomason/tinyxml2");
12381240
if (HDRVIEW_ENABLE_HEIC)
12391241
ImGui::PE::Hyperlink("x265", "For encoding HEIC/HEVC/H265 files.",
12401242
"https://www.videolan.org/developers/x265.html");

0 commit comments

Comments
 (0)