19f464c52SmayaDear ImGui
29f464c52Smaya==========
39f464c52Smaya
49f464c52SmayaThis directory contains a copy of the Dear ImGui library
59f464c52Smaya(https://github.com/ocornut/imgui) at the following commit :
69f464c52Smaya
79f464c52Smayacommit f977871854af941289f2a9090dcc90f7aa3449a8
89f464c52SmayaAuthor: omar <omarcornut@gmail.com>
99f464c52SmayaDate:   Fri Feb 15 13:10:22 2019 +0100
109f464c52Smaya
119f464c52Smaya    ImFont: Minor adjustment to the structure.
129f464c52Smaya    Examples: Removed unused variable.
139f464c52Smaya
149f464c52SmayaThere is also a copy of the memory editor
159f464c52Smaya(https://github.com/ocornut/imgui_club) at the following commit :
169f464c52Smaya
177ec681f3Smrgcommit e680ad8d6b9278367d0f71a698beb96b70762ed4
189f464c52SmayaAuthor: omar <omarcornut@gmail.com>
197ec681f3SmrgDate:   Thu May 9 14:11:22 2019 +0200
209f464c52Smaya
217ec681f3Smrg    imgui_memory_editor: Silence compiler warning. (#13)
229f464c52Smaya
239f464c52SmayaEmbedding the library into one's project is main way people seems to
249f464c52Smayawork with ImGui. Since this is just for a debugging tool, we're not
259f464c52Smayaexposing ourselves too much.
269f464c52Smaya
279f464c52SmayaApart from tweaking the GLEW include path, there is no other
289f464c52Smayamodification to the files in this directory.
29