From bd1e95ca083d3115e33facf73dc177a13153071f Mon Sep 17 00:00:00 2001 From: antlilja Date: Fri, 4 Dec 2020 20:48:37 +0100 Subject: [PATCH] Update vk.xml to newest version in README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0f7c906..a88a99b 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ A Vulkan binding generator for Zig. vulkan-zig attempts to provide a better experience to programming Vulkan applications in Zig, by providing features such as integration of vulkan errors with Zig's error system, function pointer loading, renaming fields to standard Zig style, better bitfield handling, turning out parameters into return values and more. -vulkan-zig is automatically tested against the latest vk.xml and zig, and supports vk.xml from version 1.x.141. +vulkan-zig is automatically tested against the latest vk.xml and zig, and supports vk.xml from version 1.x.163. ## Features ### CLI-interface