File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 44 cmake_minimum_required (VERSION 3.10)
55endif ()
66
7- project (hello-imgui LANGUAGES C CXX VERSION "1.92.3 " ) # 1.92.3 - This mirrors IMGUI_VERSION_NUM in imgui.h
7+ project (hello-imgui LANGUAGES C CXX VERSION "1.92.5 " ) # 1.92.5 - This mirrors IMGUI_VERSION_NUM in imgui.h
88set (CMAKE_CXX_STANDARD 17)
99
1010if (IOS)
Original file line number Diff line number Diff line change 22
33# Unreleased
44
5+ # v1.92.5
6+ * Update ImGui to v1.92.5-docking
7+ * InputTextResizable: fix for node editor (can't resize multiline edit when inside a node)
8+ * AbstractRunner: improve non idling detection
9+ * Emscripten: can also run using glfw3 (via pongasoft/emscripten-glfw)
10+ * windows: Support icon.ico in _ hello_imgui_add_windows_icon
11+
512# v1.92.3
613* toolbars: fix issue in toolbar min size (thanks @wkjarosz )
714### Assets
You can’t perform that action at this time.
0 commit comments