README revision 9f464c52
1Dear ImGui
2==========
3
4This directory contains a copy of the Dear ImGui library
5(https://github.com/ocornut/imgui) at the following commit :
6
7commit f977871854af941289f2a9090dcc90f7aa3449a8
8Author: omar <omarcornut@gmail.com>
9Date:   Fri Feb 15 13:10:22 2019 +0100
10
11    ImFont: Minor adjustment to the structure.
12    Examples: Removed unused variable.
13
14There is also a copy of the memory editor
15(https://github.com/ocornut/imgui_club) at the following commit :
16
17commit 378e32ac92aa120512ee1aeb90522c9214e9b694
18Author: omar <omarcornut@gmail.com>
19Date:   Wed Oct 10 15:20:32 2018 +0200
20
21    Comments (#9)
22
23Embedding the library into one's project is main way people seems to
24work with ImGui. Since this is just for a debugging tool, we're not
25exposing ourselves too much.
26
27Apart from tweaking the GLEW include path, there is no other
28modification to the files in this directory.
29