Docs: Update templates with link to Contributing guidelines. Add numerical version number in demo. Moved. (#5337)

This commit is contained in:
ocornut
2022-05-23 14:29:34 +02:00
parent 814ecedd1e
commit ae2fb557f3
4 changed files with 3 additions and 3 deletions

View File

@ -406,7 +406,7 @@ void ImGui::ShowDemoWindow(bool* p_open)
ImGui::EndMenuBar();
}
ImGui::Text("dear imgui says hello. (%s)", IMGUI_VERSION);
ImGui::Text("dear imgui says hello! (%s) (%d)", IMGUI_VERSION, IMGUI_VERSION_NUM);
ImGui::Spacing();
IMGUI_DEMO_MARKER("Help");