From 93dccb66bb3e6ef43d41dbc43e7ffa9ed0f022e8 Mon Sep 17 00:00:00 2001 From: Egor Yusov Date: Sat, 30 Mar 2019 23:28:31 -0700 Subject: One more minor update to readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index da423ff..e84ca5a 100644 --- a/README.md +++ b/README.md @@ -412,7 +412,7 @@ as all third-party libraries used by the engine. Besides that, you will also nee For example, for Windows platform, the list of libraries your project will need to link against may look like this: ``` -DiligentCore.lib glslang.lib HLSL.lib OGLCompiler.lib OSDependent.lib SPIRVCross.lib SPIRV.lib SPIRV-Tools-opt.lib SPIRV-Tools.lib glew-static.lib vulkan-1.lib dxgi.lib d3d11.lib d3d12.lib d3dcompiler.lib opengl32.lib +DiligentCore.lib glslang.lib HLSL.lib OGLCompiler.lib OSDependent.lib spirv-cross-core.lib SPIRV.lib SPIRV-Tools-opt.lib SPIRV-Tools.lib glew-static.lib vulkan-1.lib dxgi.lib d3d11.lib d3d12.lib d3dcompiler.lib opengl32.lib ``` Vulkan libraries can be found in [DiligentCore/External/vulkan/libs](https://github.com/DiligentGraphics/DiligentCore/tree/master/External/vulkan/libs) directory. -- cgit v1.2.3