From 67f519a95e2e33f95eccaef80e470993bf9987a7 Mon Sep 17 00:00:00 2001 From: Aldrik Ramaekers Date: Sun, 10 Mar 2024 20:05:28 +0100 Subject: add glfw to dependencies list, close #4 --- src/main.cpp | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/main.cpp') diff --git a/src/main.cpp b/src/main.cpp index ac515e5..55487f2 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -99,6 +99,13 @@ static void _ts_create_popups() { ImGui::TreePop(); } + if (ImGui::TreeNode("https://github.com/glfw/glfw")) { + char* license = (char*)_binary_glfw_LICENSE_start; + int64_t license_length = _binary_glfw_LICENSE_end - _binary_glfw_LICENSE_start; + ImGui::Text("%.*s", (int)license_length, license); + ImGui::TreePop(); + } + if (ImGui::TreeNode("https://github.com/nothings/stb/blob/master/stb_image.h")) { ImGui::Text("public domain"); ImGui::TreePop(); -- cgit v1.2.3-70-g09d2