Win32: Fix Vulkan library paths for 1.0.42.0 SDK

Libraries have moved from Bin and Bin32 to Lib and Lib32.

Fixes #956.
This commit is contained in:
Camilla Löwy
2017-02-27 23:55:52 +01:00
parent c745f434f5
commit c54b5da403
2 changed files with 5 additions and 0 deletions
+1
View File
@@ -154,6 +154,7 @@ information on what to include when reporting a bug.
blanking or password enabled screensavers (#851)
- [Win32] Bugfix: Mouse capture logic lost secondary release messages (#954)
- [Win32] Bugfix: The 32-bit Vulkan loader library static was not searched for
- [Win32] Bugfix: Vulkan libraries have a new path as of SDK 1.0.42.0 (#956)
- [X11] Replaced `_GLFW_HAS_XF86VM` compile-time option with dynamic loading
- [X11] Bugfix: `glfwGetVideoMode` would segfault on Cygwin/X
- [X11] Bugfix: Dynamic X11 library loading did not use full sonames (#941)