From 12a5a50058cc3c6184d2d02a60dc578c2ec5d8d8 Mon Sep 17 00:00:00 2001 From: nyorain Date: Fri, 4 Aug 2017 19:50:36 +0200 Subject: [PATCH] Add vulkan dependency to release notes --- docs/markdown/Release-notes-for-0.42.0.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/markdown/Release-notes-for-0.42.0.md b/docs/markdown/Release-notes-for-0.42.0.md index f0ea534c1..9b2df63c2 100644 --- a/docs/markdown/Release-notes-for-0.42.0.md +++ b/docs/markdown/Release-notes-for-0.42.0.md @@ -83,3 +83,8 @@ flag manually, e.g. via `link_args` to a target. This is not recommended because having multiple rpath causes them to stomp on each other. This warning will become a hard error in some future release. +## Vulkan dependency module + +Vulkan can now be used as native dependency. The dependency module will detect +the VULKAN_SDK environment variable or otherwise try to receive the vulkan +library and header via pkgconfig or from the system.