From 190589553ab68e96e9a9af7ed539ea3af3709e52 Mon Sep 17 00:00:00 2001 From: Zaafar <5079646+zaafar@users.noreply.github.com> Date: Fri, 17 Jul 2026 21:28:01 -0400 Subject: [PATCH] upgrade imgui to 1.92.8 --- cimgui | 2 +- version.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cimgui b/cimgui index 970c614..053280d 160000 --- a/cimgui +++ b/cimgui @@ -1 +1 @@ -Subproject commit 970c614802935f51f451aa21ae06e838bdcf9349 +Subproject commit 053280dfff63a74cc56a3e493671bee4bb6c60e4 diff --git a/version.json b/version.json index b5b455f..a03a1c4 100644 --- a/version.json +++ b/version.json @@ -1,6 +1,6 @@ { "$schema": "https://raw.githubusercontent.com/AArnott/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json", - "version": "1.91.6", + "version": "1.92.8", "publicReleaseRefSpec": [ "^refs/tags/v\\d+\\.\\d+" // we also release tags starting with vN.N ],