diff options
author | Lionel Landwerlin <lionel.g.landwerlin@intel.com> | 2019-02-25 10:54:50 +0000 |
---|---|---|
committer | Lionel Landwerlin <lionel.g.landwerlin@intel.com> | 2019-02-26 12:49:04 +0000 |
commit | ab9ae080ec247b618fa7402f70ea982c1612faeb (patch) | |
tree | faf56c4506a4e31efba937ff399838b83db5b5be /src/imgui | |
parent | a213b927f277cf0320d9f7395a4ce9012bc98358 (diff) |
imgui: update commit
In commit 3950e7c11efc86 ("imgui: bump copy") I forgot to update the
README about what copy of imgui we carry.
Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Acked-by: Tapani Pälli <tapani.palli@intel.com>
Diffstat (limited to 'src/imgui')
-rw-r--r-- | src/imgui/README | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/imgui/README b/src/imgui/README index 138b7620c65..6e14927a66b 100644 --- a/src/imgui/README +++ b/src/imgui/README @@ -3,9 +3,12 @@ Dear ImGui This directory contains a copy of the Dear ImGui library at the following commit : -commit 6211f40f3d903dd9df961256e044029c49793aa3 +commit f977871854af941289f2a9090dcc90f7aa3449a8 Author: omar <omarcornut@gmail.com> -Date: Fri Jul 27 12:29:33 2018 +0200 +Date: Fri Feb 15 13:10:22 2019 +0100 + + ImFont: Minor adjustment to the structure. + Examples: Removed unused variable. 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 |