summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorassiduous <assiduous@diligentgraphics.com>2020-05-02 00:21:36 +0000
committerassiduous <assiduous@diligentgraphics.com>2020-05-02 00:21:36 +0000
commit3ea1b0e4c37bb1e98fa0c4f820c72b59b0156583 (patch)
tree4af83b838da27d93fbba1adaa6031f6b1cc89d4a
parentUpdated tools module (updates imgui) (diff)
downloadDiligentEngine-3ea1b0e4c37bb1e98fa0c4f820c72b59b0156583.tar.gz
DiligentEngine-3ea1b0e4c37bb1e98fa0c4f820c72b59b0156583.zip
Updated tools (fixed MinGW xinput link error)
m---------DiligentTools0
-rw-r--r--README.md2
2 files changed, 1 insertions, 1 deletions
diff --git a/DiligentTools b/DiligentTools
-Subproject abd2d31191b094e9acddb93911d09675dd63c96
+Subproject d6246bf6957623e9980e3442774921cbfbdf8b4
diff --git a/README.md b/README.md
index 6cb9895..bd5c36f 100644
--- a/README.md
+++ b/README.md
@@ -153,7 +153,7 @@ You can generate Win32 solution that targets Win8.1 SDK using the following comm
cmake -D CMAKE_SYSTEM_VERSION=8.1 -S . -B ./build/Win64_8.1 -G "Visual Studio 15 2017" -A x64
```
-If you use MinGW, you can generate the make files using the command below (please be aware of some [known build issues](https://github.com/DiligentGraphics/DiligentEngine/issues/31)):
+If you use MinGW, you can generate the make files using the command below (please be aware of some [known build issues](https://github.com/ocornut/imgui/issues/3183)):
```
cmake -S . -B ./build/MinGW -G "MinGW Makefiles"