build: Updated ImGui to the latest release

This commit is contained in:
WerWolv
2024-02-11 00:11:56 +01:00
parent bcbcb1f23c
commit 12f64e5fde
11 changed files with 1790 additions and 1066 deletions

View File

@@ -135,6 +135,9 @@ namespace hex::plugin::builtin {
{
// Draw basic information about ImHex and its version
ImGuiExt::TextFormatted("ImHex Hex Editor v{} by WerWolv", ImHexApi::System::getImHexVersion());
ImGui::Indent(25_scaled);
ImGuiExt::TextFormatted("Powered by Dear ImGui v{}", ImGui::GetVersion());
ImGui::Unindent(25_scaled);
}
ImGui::TableNextColumn();