1
0
Fork 0
mirror of https://github.com/ocornut/imgui.git synced 2026-01-19 01:24:20 +00:00

Version 1.67 WIP (again, this time IMGUI_VERSION_NUM has leeway for another hot-fix).

This commit is contained in:
omar 2018-12-03 12:19:23 +01:00
parent 801645d350
commit 10e13dd6bb
7 changed files with 15 additions and 6 deletions

View file

@ -1,4 +1,4 @@
// dear imgui, v1.66b
// dear imgui, v1.67 WIP
// (main code and documentation)
// Call and read ImGui::ShowDemoWindow() in imgui_demo.cpp for demo code.