Version 1.92.7 WIP

+ minor demo tweaks.
This commit is contained in:
ocornut
2026-02-18 16:05:19 +01:00
parent 6ded5230d0
commit b8a1f74fd9
8 changed files with 25 additions and 16 deletions

View File

@@ -1,4 +1,4 @@
// dear imgui, v1.92.6
// dear imgui, v1.92.7 WIP
// (headers)
// Help:
@@ -29,8 +29,8 @@
// Library Version
// (Integer encoded as XYYZZ for use in #if preprocessor conditionals, e.g. '#if IMGUI_VERSION_NUM >= 12345')
#define IMGUI_VERSION "1.92.6"
#define IMGUI_VERSION_NUM 19261
#define IMGUI_VERSION "1.92.7 WIP"
#define IMGUI_VERSION_NUM 19262
#define IMGUI_HAS_TABLE // Added BeginTable() - from IMGUI_VERSION_NUM >= 18000
#define IMGUI_HAS_TEXTURES // Added ImGuiBackendFlags_RendererHasTextures - from IMGUI_VERSION_NUM >= 19198