From e7d2668cddfb1e6c1cd26e66cefb309156ca137e Mon Sep 17 00:00:00 2001 From: Robin Voetter Date: Mon, 10 Aug 2020 01:10:54 +0200 Subject: [PATCH] Bump tested version number --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4736c61..cb952e8 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,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 has been tested with vk.xml version 1.2.141 and 1.2.143. +vulkan-zig has been tested with vk.xml version 1.2.141, 1.2.143 and 1.2.148. ## Features ### Generation from build.zig