6e14927a66b61d86327887522e10762fe561bb9d
[mesa.git] / src / imgui / README
1 Dear ImGui
2 ==========
3
4 This directory contains a copy of the Dear ImGui library at the following commit :
5
6 commit f977871854af941289f2a9090dcc90f7aa3449a8
7 Author: omar <omarcornut@gmail.com>
8 Date: Fri Feb 15 13:10:22 2019 +0100
9
10 ImFont: Minor adjustment to the structure.
11 Examples: Removed unused variable.
12
13 Embedding the library into one's project is main way people seems to
14 work with ImGui. Since this is just for a debugging tool, we're not
15 exposing ourselves too much.
16
17 Apart from tweaking the GLEW include path, there is no other
18 modification to the files in this directory.