From 3ea1b0e4c37bb1e98fa0c4f820c72b59b0156583 Mon Sep 17 00:00:00 2001 From: assiduous Date: Fri, 1 May 2020 17:21:36 -0700 Subject: Updated tools (fixed MinGW xinput link error) --- DiligentTools | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/DiligentTools b/DiligentTools index abd2d31..d6246bf 160000 --- a/DiligentTools +++ b/DiligentTools @@ -1 +1 @@ -Subproject commit abd2d31191b094e9acddb93911d09675dd63c964 +Subproject commit d6246bf6957623e9980e3442774921cbfbdf8b47 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" -- cgit v1.2.3