X-Git-Url: https://git.libre-soc.org/?p=mesa.git;a=blobdiff_plain;f=src%2Fimgui%2FREADME;h=ea05a2cfdde12f2f0eaea12c69418f2b7c3b8ed3;hp=6e14927a66b61d86327887522e10762fe561bb9d;hb=HEAD;hpb=ab9ae080ec247b618fa7402f70ea982c1612faeb;ds=sidebyside diff --git a/src/imgui/README b/src/imgui/README index 6e14927a66b..ea05a2cfdde 100644 --- a/src/imgui/README +++ b/src/imgui/README @@ -1,7 +1,8 @@ Dear ImGui ========== -This directory contains a copy of the Dear ImGui library at the following commit : +This directory contains a copy of the Dear ImGui library +(https://github.com/ocornut/imgui) at the following commit : commit f977871854af941289f2a9090dcc90f7aa3449a8 Author: omar @@ -10,6 +11,15 @@ Date: Fri Feb 15 13:10:22 2019 +0100 ImFont: Minor adjustment to the structure. Examples: Removed unused variable. +There is also a copy of the memory editor +(https://github.com/ocornut/imgui_club) at the following commit : + +commit e680ad8d6b9278367d0f71a698beb96b70762ed4 +Author: omar +Date: Thu May 9 14:11:22 2019 +0200 + + imgui_memory_editor: Silence compiler warning. (#13) + Embedding the library into one's project is main way people seems to work with ImGui. Since this is just for a debugging tool, we're not exposing ourselves too much.