summaryrefslogtreecommitdiffstats
path: root/src/imgui/README
diff options
context:
space:
mode:
authorLionel Landwerlin <[email protected]>2019-02-25 10:58:40 +0000
committerLionel Landwerlin <[email protected]>2019-02-26 12:49:07 +0000
commit913d711e0f3ff2a565dadc0bd994b404b3f4cbc3 (patch)
tree39da450cec6bd535c3147d2e0cdd36abf3b1c24f /src/imgui/README
parentab9ae080ec247b618fa7402f70ea982c1612faeb (diff)
imgui: update memory editor
Signed-off-by: Lionel Landwerlin <[email protected]> Acked-by: Tapani Pälli <[email protected]>
Diffstat (limited to 'src/imgui/README')
-rw-r--r--src/imgui/README12
1 files changed, 11 insertions, 1 deletions
diff --git a/src/imgui/README b/src/imgui/README
index 6e14927a66b..01419237553 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 <[email protected]>
@@ -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 378e32ac92aa120512ee1aeb90522c9214e9b694
+Author: omar <[email protected]>
+Date: Wed Oct 10 15:20:32 2018 +0200
+
+ Comments (#9)
+
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.