diff options
author | Lionel Landwerlin <[email protected]> | 2019-01-19 20:02:13 +0000 |
---|---|---|
committer | Lionel Landwerlin <[email protected]> | 2019-02-21 18:06:05 +0000 |
commit | 51047cd2e8a1e834d0345e2eadaeb0da70eb7bfc (patch) | |
tree | fb1725b60e680aa6c16c8e520344711c61a8dae6 /src/imgui/README | |
parent | f98fd9d15a9a79ff1b41f1fce27bc285a20aa5bb (diff) |
build: move imgui out of src/intel/tools to be reused
Signed-off-by: Lionel Landwerlin <[email protected]>
Acked-by: Jason Ekstrand <[email protected]>
+1-by: Mike Lothian <[email protected]>
+1-by: Tapani Pälli <[email protected]>
+1-by: Eric Engestrom <[email protected]>
+1-by: Yurii Kolesnykov <[email protected]>
+1-by: myfreeweb <[email protected]>
+1-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'src/imgui/README')
-rw-r--r-- | src/imgui/README | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/imgui/README b/src/imgui/README new file mode 100644 index 00000000000..138b7620c65 --- /dev/null +++ b/src/imgui/README @@ -0,0 +1,15 @@ +Dear ImGui +========== + +This directory contains a copy of the Dear ImGui library at the following commit : + +commit 6211f40f3d903dd9df961256e044029c49793aa3 +Author: omar <[email protected]> +Date: Fri Jul 27 12:29:33 2018 +0200 + +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. + +Apart from tweaking the GLEW include path, there is no other +modification to the files in this directory. |