From f83e341a5dd4b5d5407c7747fd388ae71294b114 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jean-Philippe=20Bruy=C3=A8re?= Date: Sun, 20 Feb 2022 21:44:27 +0100 Subject: [PATCH] VK_MAKE_API_VERSION fix, update readme with vk version >= 1.1 --- README.md | 2 +- vkh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a900d58..dc5fa2e 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ For API documentation and usage, please refer to the [Cairo](https://www.cairogr ## Requirements: - [CMake](https://cmake.org/): version >= 3.16 -- [Vulkan](https://www.khronos.org/vulkan/) +- [Vulkan](https://www.khronos.org/vulkan/): version >= 1.1 - [FontConfig](https://www.freedesktop.org/wiki/Software/fontconfig/): optional, without fontconfig, use `vkvg_load_font_from_path`. - [Freetype](https://www.freetype.org/): optional, stb_truetype as alternative. - [Harfbuzz](https://www.freedesktop.org/wiki/Software/HarfBuzz/): optional, without complex text shaping may be wrong. diff --git a/vkh b/vkh index e668ae1..06e3d52 160000 --- a/vkh +++ b/vkh @@ -1 +1 @@ -Subproject commit e668ae191890cf5462323926a70ab3d4a57c6f8e +Subproject commit 06e3d523f947d193d4278523ced13c15c1bfbf16 -- 2.47.3