From 710586367ca4f8633c0d508069f9b538e1a78530 Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Fri, 19 Feb 2016 14:38:04 +0100 Subject: [PATCH] Add Vulkan headers to test dependency list --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9fe91596..57b1b721 100644 --- a/README.md +++ b/README.md @@ -63,6 +63,7 @@ used by the tests and examples and are not required to build the library. [glad](https://github.com/Dav1dde/glad) for examples using modern OpenGL - [linmath.h](https://github.com/datenwolf/linmath.h) for linear algebra in examples + - [Vulkan headers](https://www.khronos.org/registry/vulkan/) for Vulkan tests The Vulkan example additionally requires the Vulkan SDK to be installed, or it will not be included in the build.