Version 1.71 + comments

This commit is contained in:
omar
2019-06-12 18:30:06 +02:00
parent 5ae268c0a3
commit 2da1c66d15
13 changed files with 23 additions and 20 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
-----------------------------------------------------------------------
dear imgui, v1.71 WIP
dear imgui, v1.71
-----------------------------------------------------------------------
examples/README.txt
(This is the README file for the examples/ folder. See docs/ for more documentation)
@@ -104,7 +104,7 @@ List of Platforms Bindings in this repository:
imgui_impl_osx.mm ; macOS native API (not as feature complete as glfw/sdl back-ends)
imgui_impl_sdl.cpp ; SDL2 (Windows, macOS, Linux, iOS, Android) https://www.libsdl.org
imgui_impl_win32.cpp ; Win32 native API (Windows)
imgui_impl_glut.cpp ; GLUT/FreeGLUT (not recommended unless really miss the 90's)
imgui_impl_glut.cpp ; GLUT/FreeGLUT (absolutely not recommended in 2019)
List of Renderer Bindings in this repository: